#ACA860

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

Shades of Olive Green #ACA860

Tints of Olive Green #ACA860

Color information

#ACA860 (or 0xACA860) is unknown color: approx Olive Green. HEX triplet: AC, A8 and 60. RGB value is (172,168,96). Sum of RGB (Red+Green+Blue) = 172+168+96=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA860 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA860 is #53579F. Grayscale: #A1A1A1. Windows color (decimal): -5461920 or 6334636. OLE color: 6334636.

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

Color convert

RGB17216896-
CMYK00.020.440.33
HSL56.84º31.4%52.55%-
HSV(B)56.84º44.19%67.45%-
XYZ33.1337.6216.58-
YUV160.9991.33135.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.45%
GREEN value IS 168 (66.02% from 255) = 38.53%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=39.45%
G=38.53%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721689600.020.440.3356.8431.452.55
HexACA860022C21391f35
Octal254250140025441713765
Binary1010110010101000110000001010110010000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA860; }

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

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

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

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

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

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

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

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