COLOR #A5A599

HEX: #A5A599 RGB: (165,165,153)

Renk bilgisi

#A5A599 contains red, green and blue colors in about the same proportion. #A5A599 ‘ nin web güvenlik rengi #999999 (ya da #999) dir.

RGB renk modeli

#A5A599 color RGB value is (165,165,153).

RGB: (165,165,153) (65%, 65%, 60%)

RGB bağlantıları ve doygunluk

R 165 of 255 = 65%
G 165 of 255 = 65%
B 153 of 255 = 60%

165
165
153

R + G + B ~ 63%. #A5A599 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 165 + 165 + 153 = 483 (100%)
R 165 of 483 ~ 34.16%
G 165 of 483 ~ 34.16%
B 153 of 483 ~ 31.68'%

%34.16
%34.16
%31.68

CMYK RENK MODELİ

#A5A599 rengi CMYK tonu (0,0,7,35).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 7.27%
  • ana renk tonu 35.29%

CMYK: (0,0,7,35)
C0M0Y7K35 (0%, 0%, 7%, 35%)
(0.00 / 0.00 / 0.07 / 0.35)

CMYK yüzdeleri

%0
%0
%7.27
%35.29

Codes

Color #A5A599 in popluar color models

A5 A5 99
RGB 165 165 153
HSL 60° 6.25% 62.35%
HSB/HSV 60° 7.27% 64.71%
CMYK 0.00% 0.00% 7.27%
35.29%

Color #A5A599 in popluar number systems.

HEX A5 A5 99
Decimal 165 165 153
Binary 10100101 10100101 10011001
Octal 245 245 231

Shades and tints

Shades of #A5A599

#A5A599
(165,165,153)
#96968C
(150,150,140)
#87877F
(135,135,127)
#787872
(120,120,114)
#696965
(105,105,101)
#5A5A58
(90,90,88)
#4B4B4B
(75,75,75)
#3C3C3E
(60,60,62)
#2D2D31
(45,45,49)
#1E1E24
(30,30,36)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #A5A599

#A5A599
(165,165,153)
#ADADA2
(173,173,162)
#B5B5AB
(181,181,171)
#BDBDB4
(189,189,180)
#C5C5BD
(197,197,189)
#CDCDC6
(205,205,198)
#D5D5CF
(213,213,207)
#DDDDD8
(221,221,216)
#E5E5E1
(229,229,225)
#EDEDEA
(237,237,234)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5A599 color. Also use rgb(165,165,153) instead hex code.

Text Font Color

.myTextColor { color: #A5A599; }

<p style="color:#A5A599">This sample text font color is #A5A599.</p>

This text font color is #A5A599.

Background Color

.myBgColor { background-color: #A5A599; }

<div style="background-color:#A5A599">Inner text</div>

This div background color is #A5A599.

Border color

.myBorderColor { border: 1px solid #A5A599; }

<div style="border:3px solid #A5A599">Div</div>

This div border color is #A5A599.

Opacity

.myOpacity80 { color: #A5A599; opacity: 0.8; }

<p style="color:#A5A599;opacity:0.8;">80%</p>

Text with #A5A599 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5A599;}

<p style="text-shadow: 3px 3px 1px #A5A599">Text here.</p>

This text has shadow with #A5A599 color.


.textShadow {text-shadow: 3px 3px 1px #A5A599', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5A599, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5A599 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5A599, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5A599, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5A599 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5A599;
-webkit-box-shadow: 1px 1px 3px 2px #A5A599;
box-shadow: 1px 1px 3px 2px #A5A599;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5A599; -webkit-box-shadow: 1px 1px 3px 2px #A5A599; box-shadow:1px 1px 3px 2px #A5A599;">
Div content here
</div>

This div box has shadow with color #A5A599.

Preview

Color preview on black background

This text has color #A5A599 on black background.


Color preview on white background

This text has color #A5A599 on white background.


Black color preview on #A5A599 background

This text has black color on #A5A599 background.


White color preview on #A5A599 background

This text has white color on #A5A599 background.


Related colors

Complementary color

Complementary color for #hex is #5A5A66.


I love getcolorcode.com