#ACA962

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

Shades of Olive Green #ACA962

Tints of Olive Green #ACA962

Color information

#ACA962 (or 0xACA962) is unknown color: approx Olive Green. HEX triplet: AC, A9 and 62. RGB value is (172,169,98). Sum of RGB (Red+Green+Blue) = 172+169+98=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 169 (66.41% from 255 or 38.50% from 439); Blue value is 98 (38.67% from 255 or 22.32% from 439); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA962 is #53569D. Grayscale: #A2A2A2. Windows color (decimal): -5461662 or 6465964. OLE color: 6465964.

HSL color Cylindrical-coordinate representation of color #ACA962: hue angle of 57.57º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ACA962 is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB17216998-
CMYK00.020.430.33
HSL57.57º30.83%52.94%-
HSV(B)57.57º43.02%67.45%-
XYZ33.4138.0317.13-
YUV161.891.99135.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.18%
GREEN value IS 169 (66.41% from 255) = 38.50%
BLUE value IS 98 (38.67% from 255) = 22.32%
R=39.18%
G=38.50%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721699800.020.430.3357.5730.8352.94
HexACA962022B213a1f35
Octal254251142025341723765
Binary1010110010101001110001001010101110000111101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACA962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACA962; }

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

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

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

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

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

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

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

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