#ACA859

Color #ACA859 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #ACA859

Tints of Olive Green #ACA859

Color information

#ACA859 (or 0xACA859) is unknown color: approx 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

RGB17216889-
CMYK00.020.480.33
HSL57.11º33.33%51.18%-
HSV(B)57.11º48.26%67.45%-
XYZ32.8237.514.96-
YUV160.1987.83136.42-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721688900.020.480.3357.1133.3351.18
HexACA859023021392133
Octal254250131026041714163
Binary10101100101010001011001010110000100001111001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>