#ACA861

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

Shades of Olive Green #ACA861

Tints of Olive Green #ACA861

Color information

#ACA861 (or 0xACA861) is unknown color: approx Olive Green. HEX triplet: AC, A8 and 61. RGB value is (172,168,97). Sum of RGB (Red+Green+Blue) = 172+168+97=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA861 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA861 is #53579E. Grayscale: #A1A1A1. Windows color (decimal): -5461919 or 6400172. OLE color: 6400172.

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

Color convert

RGB17216897-
CMYK00.020.440.33
HSL56.8º31.12%52.75%-
HSV(B)56.8º43.6%67.45%-
XYZ33.1737.6416.83-
YUV161.191.83135.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=39.36%
G=38.44%
B=22.20%

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
Decimal1721689700.020.440.3356.831.1252.75
HexACA861022C21391f35
Octal254250141025441713765
Binary1010110010101000110000101010110010000111100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA861; }

 p { color: rgb(172,168,97); }

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

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

 a { background-color: rgb(172,168,97); }

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

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

 span { border-color: rgb(172,168,97); }

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