#ACA95A

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

Shades of Olive Green #ACA95A

Tints of Olive Green #ACA95A

Color information

#ACA95A (or 0xACA95A) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 5A. RGB value is (172,169,90). Sum of RGB (Red+Green+Blue) = 172+169+90=431 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.91% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 90 (35.55% from 255 or 20.88% from 431); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA95A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA95A is #5356A5. Grayscale: #A1A1A1. Windows color (decimal): -5461670 or 5941676. OLE color: 5941676.

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

Color convert

RGB17216990-
CMYK00.020.480.33
HSL57.8º33.06%51.37%-
HSV(B)57.8º47.67%67.45%-
XYZ33.0537.8815.24-
YUV160.8987.99135.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.91%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 90 (35.55% from 255) = 20.88%
R=39.91%
G=39.21%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721699000.020.480.3357.833.0651.37
HexACA95A0230213a2133
Octal254251132026041724163
Binary10101100101010011011010010110000100001111010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA95A; }

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

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

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

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

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

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

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

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