#AAAF62

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

Shades of Olive Green #AAAF62

Tints of Olive Green #AAAF62

Color information

#AAAF62 (or 0xAAAF62) is unknown color: approx Olive Green. HEX triplet: AA, AF and 62. RGB value is (170,175,98). Sum of RGB (Red+Green+Blue) = 170+175+98=443 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.37% from 443); Green value is 175 (68.75% from 255 or 39.50% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 175 - color contains mainly: green. Hex color #AAAF62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAF62 is #55509D. Grayscale: #A5A5A5. Windows color (decimal): -5591198 or 6467498. OLE color: 6467498.

HSL color Cylindrical-coordinate representation of color #AAAF62: hue angle of 63.9º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAAF62 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB17017598-
CMYK0.0300.440.31
HSL63.9º32.49%53.53%-
HSV(B)63.9º44%68.63%-
XYZ34.1140.0917.5-
YUV164.7390.34131.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.37%
GREEN value IS 175 (68.75% from 255) = 39.50%
BLUE value IS 98 (38.67% from 255) = 22.12%
R=38.37%
G=39.50%
B=22.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal170175980.0300.440.3163.932.4953.53
HexAAAF62302C1F402036
Octal2522571423054371004066
Binary10101010101011111100010110101100111111000000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAAF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAAF62; }

 p { color: rgb(170,175,98); }

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

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

 a { background-color: rgb(170,175,98); }

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

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

 span { border-color: rgb(170,175,98); }

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