#ACA960

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

Shades of Olive Green #ACA960

Tints of Olive Green #ACA960

Color information

#ACA960 (or 0xACA960) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 60. RGB value is (172,169,96). Sum of RGB (Red+Green+Blue) = 172+169+96=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA960 is #53569F. Grayscale: #A1A1A1. Windows color (decimal): -5461664 or 6334892. OLE color: 6334892.

HSL color Cylindrical-coordinate representation of color #ACA960: hue angle of 57.63º 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 #ACA960 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.33.

Color convert

RGB17216996-
CMYK00.020.440.33
HSL57.63º31.4%52.55%-
HSV(B)57.63º44.19%67.45%-
XYZ33.3137.9916.64-
YUV161.5790.99135.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 169 (66.41% from 255) = 38.67%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=39.36%
G=38.67%
B=21.97%

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
Decimal1721699600.020.440.3357.6331.452.55
HexACA960022C213a1f35
Octal254251140025441723765
Binary1010110010101001110000001010110010000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA960; }

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

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

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

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

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

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

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

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