#ACA652

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

Shades of Olive Green #ACA652

Tints of Olive Green #ACA652

Color information

#ACA652 (or 0xACA652) is unknown color: approx Olive Green. HEX triplet: AC, A6 and 52. RGB value is (172,166,82). Sum of RGB (Red+Green+Blue) = 172+166+82=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 82 (32.42% from 255 or 19.52% from 420); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA652 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA652 is #5359AD. Grayscale: #9E9E9E. Windows color (decimal): -5462446 or 5416620. OLE color: 5416620.

HSL color Cylindrical-coordinate representation of color #ACA652: hue angle of 56º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ACA652 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.33.

Color convert

RGB17216682-
CMYK00.030.520.33
HSL56º35.43%49.8%-
HSV(B)56º52.33%67.45%-
XYZ32.1736.6513.36-
YUV158.2284.99137.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.95%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 82 (32.42% from 255) = 19.52%
R=40.95%
G=39.52%
B=19.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721668200.030.520.335635.4349.8
HexACA652033421382332
Octal254246122036441704362
Binary10101100101001101010010011110100100001111000100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA652; }

 p { color: rgb(172,166,82); }

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

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

 a { background-color: rgb(172,166,82); }

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

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

 span { border-color: rgb(172,166,82); }

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