Html Css Color HEX #A49B81 Grey Olive

📋 copy color: '#A49B81'

red 164 ◦ green 155 ◦ blue 129

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

Shades of Grey Olive #A49B81

Tints of Grey Olive #A49B81

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.6%

 BLUE value IS 129 (50.78% from 255) = 28.79%

R = 36.61%
G = 34.6%
B = 28.79%

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

#A49B81 (or 0xA49B81) is known color: Grey Olive. HEX triplet: A4, 9B and 81. RGB value is (164,155,129). Sum of RGB (Red+Green+Blue) = 164+155+129=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 129 (50.78% from 255 or 28.79% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49B81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49B81 is #5B647E. Grayscale: #9A9A9A. Windows color (decimal): -5989503 or 8493988. OLE color: 8493988.

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

Color convert

RGB 164 155 129 -
CMYK 0 0.05 0.21 0.36
HSL 44.57º 0.16% 0.57% -
HSV(B) 44.57º 0.21% 0.64% -
XYZ 30.99 32.92 25.49 -
YUV 154.73 113.48 134.61 -
System Red Green Blue C M Y K H S L
Decimal 164 155 129 0 0.05 0.21 0.36 44.57 0.16 0.57
Hex A4 9B 81 0 5 15 24 2D 10 39
Octal 244 233 201 0 5 25 44 55 20 71
Binary 10100100 10011011 10000001 0 101 10101 100100 101101 10000 111001

Color Harmonies of #A49B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49B81

Black with #A49B81

Text Example


Text Example

White with #A49B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49B81; }

 p { color: rgb(164,155,129); }

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

background-color css

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

 a { background-color: rgb(164,155,129); }

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

border-color css

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

 span { border-color: rgb(164,155,129); }

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