#ACA961

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

Shades of Olive Green #ACA961

Tints of Olive Green #ACA961

Color information

#ACA961 (or 0xACA961) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 61. RGB value is (172,169,97). Sum of RGB (Red+Green+Blue) = 172+169+97=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 169 (66.41% from 255 or 38.58% from 438); Blue value is 97 (38.28% from 255 or 22.15% from 438); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA961 is #53569E. Grayscale: #A1A1A1. Windows color (decimal): -5461663 or 6400428. OLE color: 6400428.

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

Color convert

RGB17216997-
CMYK00.020.440.33
HSL57.6º31.12%52.75%-
HSV(B)57.6º43.6%67.45%-
XYZ33.3638.0116.89-
YUV161.6991.49135.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.27%
GREEN value IS 169 (66.41% from 255) = 38.58%
BLUE value IS 97 (38.28% from 255) = 22.15%
R=39.27%
G=38.58%
B=22.15%

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
Decimal1721699700.020.440.3357.631.1252.75
HexACA961022C213a1f35
Octal254251141025441723765
Binary1010110010101001110000101010110010000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA961; }

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

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

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

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

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

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

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

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