Html Css Color HEX #AAA962 Olive Green

📋 copy color: '#AAA962'

red 170 ◦ green 169 ◦ blue 98

#AAA962
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #AAA962

Tints of Olive Green #AAA962

RGB

 RED value IS 170 (66.8% from 255) = 38.9%

 GREEN value IS 169 (66.41% from 255) = 38.67%

 BLUE value IS 98 (38.67% from 255) = 22.43%

R = 38.9%
G = 38.67%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#AAA962 (or 0xAAA962) is known color: Olive Green. HEX triplet: AA, A9 and 62. RGB value is (170,169,98). Sum of RGB (Red+Green+Blue) = 170+169+98=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA962 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA962 is #55569D. Grayscale: #A1A1A1. Windows color (decimal): -5592734 or 6465962. OLE color: 6465962.

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

Color convert

RGB 170 169 98 -
CMYK 0 0.01 0.42 0.33
HSL 59.17º 0.3% 0.53% -
HSV(B) 59.17º 0.42% 0.67% -
XYZ 32.97 37.8 17.11 -
YUV 161.21 92.33 134.27 -
System Red Green Blue C M Y K H S L
Decimal 170 169 98 0 0.01 0.42 0.33 59.17 0.3 0.53
Hex AA A9 62 0 1 2A 21 3B 1E 35
Octal 252 251 142 0 1 52 41 73 36 65
Binary 10101010 10101001 1100010 0 1 101010 100001 111011 11110 110101

Color Harmonies of #AAA962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA962

Black with #AAA962

Text Example


Text Example

White with #AAA962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA962; }

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

 H1.HeaderClassName
 {
   color: #AAA962;
 }
 .AnyTagClassName
 {
   color: #AAA962;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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