Html Css Color HEX #A49C83 Grey Olive

📋 copy color: '#A49C83'

red 164 ◦ green 156 ◦ blue 131

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

Shades of Grey Olive #A49C83

Tints of Grey Olive #A49C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.05%

R = 36.36%
G = 34.59%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A49C83 (or 0xA49C83) is known color: Grey Olive. HEX triplet: A4, 9C and 83. RGB value is (164,156,131). Sum of RGB (Red+Green+Blue) = 164+156+131=451 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.36% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 131 (51.56% from 255 or 29.05% from 451); Max value from RGB is 164 - color contains mainly: red. Hex color #A49C83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A49C83 is #5B637C. Grayscale: #9B9B9B. Windows color (decimal): -5989245 or 8625316. OLE color: 8625316.

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

Color convert

RGB 164 156 131 -
CMYK 0 0.05 0.20 0.36
HSL 45.45º 0.15% 0.58% -
HSV(B) 45.45º 0.2% 0.64% -
XYZ 31.3 33.31 26.25 -
YUV 155.54 114.15 134.03 -
System Red Green Blue C M Y K H S L
Decimal 164 156 131 0 0.05 0.20 0.36 45.45 0.15 0.58
Hex A4 9C 83 0 5 14 24 2D F 3A
Octal 244 234 203 0 5 24 44 55 17 72
Binary 10100100 10011100 10000011 0 101 10100 100100 101101 1111 111010

Color Harmonies of #A49C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49C83

Black with #A49C83

Text Example


Text Example

White with #A49C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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