Html Css Color HEX #ACA859 Olive Green

📋 copy color: '#ACA859'

red 172 ◦ green 168 ◦ blue 89

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

Shades of Olive Green #ACA859

Tints of Olive Green #ACA859

RGB

 RED value IS 172 (67.58% from 255) = 40.09%

 GREEN value IS 168 (66.02% from 255) = 39.16%

 BLUE value IS 89 (35.16% from 255) = 20.75%

R = 40.09%
G = 39.16%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.48

 K value IS 0.33

RGB Variations

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

Color information

#ACA859 (or 0xACA859) is known color: Olive Green. HEX triplet: AC, A8 and 59. RGB value is (172,168,89). Sum of RGB (Red+Green+Blue) = 172+168+89=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA859 is #5357A6. Grayscale: #A0A0A0. Windows color (decimal): -5461927 or 5875884. OLE color: 5875884.

HSL color Cylindrical-coordinate representation of color #ACA859: hue angle of 57.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ACA859 is Cyan = 0, Magento = 0.02, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 168 89 -
CMYK 0 0.02 0.48 0.33
HSL 57.11º 0.33% 0.51% -
HSV(B) 57.11º 0.48% 0.67% -
XYZ 32.82 37.5 14.96 -
YUV 160.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 172 168 89 0 0.02 0.48 0.33 57.11 0.33 0.51
Hex AC A8 59 0 2 30 21 39 21 33
Octal 254 250 131 0 2 60 41 71 41 63
Binary 10101100 10101000 1011001 0 10 110000 100001 111001 100001 110011

Color Harmonies of #ACA859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA859

Black with #ACA859

Text Example


Text Example

White with #ACA859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA859; }

 p { color: rgb(172,168,89); }

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

background-color css

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

 a { background-color: rgb(172,168,89); }

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

border-color css

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

 span { border-color: rgb(172,168,89); }

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