#ACAA5A

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

Shades of Olive Green #ACAA5A

Tints of Olive Green #ACAA5A

Color information

#ACAA5A (or 0xACAA5A) is unknown color: approx Olive Green. HEX triplet: AC, AA and 5A. RGB value is (172,170,90). Sum of RGB (Red+Green+Blue) = 172+170+90=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 90 (35.55% from 255 or 20.83% from 432); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAA5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAA5A is #5355A5. Grayscale: #A1A1A1. Windows color (decimal): -5461414 or 5941932. OLE color: 5941932.

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

Color convert

RGB17217090-
CMYK00.010.480.33
HSL58.54º33.06%51.37%-
HSV(B)58.54º47.67%67.45%-
XYZ33.2338.2615.31-
YUV161.4887.66135.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 170 (66.80% from 255) = 39.35%
BLUE value IS 90 (35.55% from 255) = 20.83%
R=39.81%
G=39.35%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721709000.010.480.3358.5433.0651.37
HexACAA5A0130213b2133
Octal254252132016041734163
Binary1010110010101010101101001110000100001111011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAA5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAA5A; }

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

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

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

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

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

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

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

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