Html Css Color HEX #A49C82 Grey Olive

📋 copy color: '#A49C82'

red 164 ◦ green 156 ◦ blue 130

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

Shades of Grey Olive #A49C82

Tints of Grey Olive #A49C82

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.67%

 BLUE value IS 130 (51.17% from 255) = 28.89%

R = 36.44%
G = 34.67%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A49C82 (or 0xA49C82) is known color: Grey Olive. HEX triplet: A4, 9C and 82. RGB value is (164,156,130). Sum of RGB (Red+Green+Blue) = 164+156+130=450 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.44% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 130 (51.17% from 255 or 28.89% from 450); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C82 is #5B637D. Grayscale: #9B9B9B. Windows color (decimal): -5989246 or 8559780. OLE color: 8559780.

HSL color Cylindrical-coordinate representation of color #A49C82: hue angle of 45.88º degrees, saturation: 0.16, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A49C82 is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 156 130 -
CMYK 0 0.05 0.21 0.36
HSL 45.88º 0.16% 0.58% -
HSV(B) 45.88º 0.21% 0.64% -
XYZ 31.23 33.28 25.9 -
YUV 155.43 113.65 134.11 -
System Red Green Blue C M Y K H S L
Decimal 164 156 130 0 0.05 0.21 0.36 45.88 0.16 0.58
Hex A4 9C 82 0 5 15 24 2E 10 3A
Octal 244 234 202 0 5 25 44 56 20 72
Binary 10100100 10011100 10000010 0 101 10101 100100 101110 10000 111010

Color Harmonies of #A49C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C82

Black with #A49C82

Text Example


Text Example

White with #A49C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C82; }

 p { color: rgb(164,156,130); }

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

background-color css

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

 a { background-color: rgb(164,156,130); }

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

border-color css

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

 span { border-color: rgb(164,156,130); }

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