#ACAA64

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

Shades of Olive Green #ACAA64

Tints of Olive Green #ACAA64

Color information

#ACAA64 (or 0xACAA64) is unknown color: approx Olive Green. HEX triplet: AC, AA and 64. RGB value is (172,170,100). Sum of RGB (Red+Green+Blue) = 172+170+100=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 170 (66.80% from 255 or 38.46% from 442); Blue value is 100 (39.45% from 255 or 22.62% from 442); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA64 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA64 is #53559B. Grayscale: #A2A2A2. Windows color (decimal): -5461404 or 6597292. OLE color: 6597292.

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

Color convert

RGB172170100-
CMYK00.010.420.33
HSL58.33º30.25%53.33%-
HSV(B)58.33º41.86%67.45%-
XYZ33.6938.4417.7-
YUV162.6292.66134.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 38.91%
GREEN value IS 170 (66.80% from 255) = 38.46%
BLUE value IS 100 (39.45% from 255) = 22.62%
R=38.91%
G=38.46%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17217010000.010.420.3358.3330.2553.33
HexACAA64012A213a1e35
Octal254252144015241723665
Binary101011001010101011001000110101010000111101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA64; }

 p { color: rgb(172,170,100); }

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

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

 a { background-color: rgb(172,170,100); }

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

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

 span { border-color: rgb(172,170,100); }

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