#ACA855

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

Shades of Olive Green #ACA855

Tints of Olive Green #ACA855

Color information

#ACA855 (or 0xACA855) is unknown color: approx Olive Green. HEX triplet: AC, A8 and 55. RGB value is (172,168,85). Sum of RGB (Red+Green+Blue) = 172+168+85=425 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA855 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA855 is #5357AA. Grayscale: #A0A0A0. Windows color (decimal): -5461931 or 5613740. OLE color: 5613740.

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

Color convert

RGB17216885-
CMYK00.020.510.33
HSL57.24º34.39%50.39%-
HSV(B)57.24º50.58%67.45%-
XYZ32.6637.4314.1-
YUV159.7385.83136.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.47%
GREEN value IS 168 (66.02% from 255) = 39.53%
BLUE value IS 85 (33.59% from 255) = 20%
R=40.47%
G=39.53%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721688500.020.510.3357.2434.3950.39
HexACA855023321392232
Octal254250125026341714262
Binary10101100101010001010101010110011100001111001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA855; }

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

 H1.HeaderClassName
 {
   color: #ACA855;
 }
 .AnyTagClassName
 {
   color: #ACA855;
 }
</style>
background-color css

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

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

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

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

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

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