Html Css Color HEX #A49D7F Grey Olive

📋 copy color: '#A49D7F'

red 164 ◦ green 157 ◦ blue 127

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

Shades of Grey Olive #A49D7F

Tints of Grey Olive #A49D7F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.04%

 BLUE value IS 127 (50% from 255) = 28.35%

R = 36.61%
G = 35.04%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A49D7F (or 0xA49D7F) is known color: Grey Olive. HEX triplet: A4, 9D and 7F. RGB value is (164,157,127). Sum of RGB (Red+Green+Blue) = 164+157+127=448 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.61% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 127 (50% from 255 or 28.35% from 448); Max value from RGB is 164 - color contains mainly: red. Hex color #A49D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49D7F is #5B6280. Grayscale: #9B9B9B. Windows color (decimal): -5988993 or 8363428. OLE color: 8363428.

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

Color convert

RGB 164 157 127 -
CMYK 0 0.04 0.23 0.36
HSL 48.65º 0.17% 0.57% -
HSV(B) 48.65º 0.23% 0.64% -
XYZ 31.2 33.54 24.91 -
YUV 155.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 164 157 127 0 0.04 0.23 0.36 48.65 0.17 0.57
Hex A4 9D 7F 0 4 17 24 31 11 39
Octal 244 235 177 0 4 27 44 61 21 71
Binary 10100100 10011101 1111111 0 100 10111 100100 110001 10001 111001

Color Harmonies of #A49D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49D7F

Black with #A49D7F

Text Example


Text Example

White with #A49D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49D7F; }

 p { color: rgb(164,157,127); }

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

background-color css

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

 a { background-color: rgb(164,157,127); }

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

border-color css

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

 span { border-color: rgb(164,157,127); }

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