Html Css Color HEX #A49A80 Grey Olive

📋 copy color: '#A49A80'

red 164 ◦ green 154 ◦ blue 128

#A49A80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #A49A80

Tints of Grey Olive #A49A80

RGB

 RED value IS 164 (64.45% from 255) = 36.77%

 GREEN value IS 154 (60.55% from 255) = 34.53%

 BLUE value IS 128 (50.39% from 255) = 28.7%

R = 36.77%
G = 34.53%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A49A80 (or 0xA49A80) is known color: Grey Olive. HEX triplet: A4, 9A and 80. RGB value is (164,154,128). Sum of RGB (Red+Green+Blue) = 164+154+128=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 154 (60.55% from 255 or 34.53% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49A80 is #5B657F. Grayscale: #9A9A9A. Windows color (decimal): -5989760 or 8428196. OLE color: 8428196.

HSL color Cylindrical-coordinate representation of color #A49A80: hue angle of 43.33º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A49A80 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 154 128 -
CMYK 0 0.06 0.22 0.36
HSL 43.33º 0.17% 0.57% -
HSV(B) 43.33º 0.22% 0.64% -
XYZ 30.76 32.56 25.09 -
YUV 154.03 113.31 135.11 -
System Red Green Blue C M Y K H S L
Decimal 164 154 128 0 0.06 0.22 0.36 43.33 0.17 0.57
Hex A4 9A 80 0 6 16 24 2B 11 39
Octal 244 232 200 0 6 26 44 53 21 71
Binary 10100100 10011010 10000000 0 110 10110 100100 101011 10001 111001

Color Harmonies of #A49A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49A80

Black with #A49A80

Text Example


Text Example

White with #A49A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49A80; }

 p { color: rgb(164,154,128); }

 H1.HeaderClassName
 {
   color: #A49A80;
 }
 .AnyTagClassName
 {
   color: #A49A80;
 }
</style>

background-color css

<style>
 a { background-color: #A49A80; }

 a { background-color: rgb(164,154,128); }

 div.DivClassName
 {
   background-color: #A49A80;
 }
 .BgClassName
 {
   background-color: #A49A80;
 }
</style>

border-color css

<style>
 span { border-color: #A49A80; }

 span { border-color: rgb(164,154,128); }

 td.TdClassName
 {
   border-color: #A49A80;
 }
 .TagClassName
 {
   border-color: #A49A80;
 }
</style>