Html Css Color HEX #AAA960 Olive Green

📋 copy color: '#AAA960'

red 170 ◦ green 169 ◦ blue 96

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

Shades of Olive Green #AAA960

Tints of Olive Green #AAA960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 22.07%

R = 39.08%
G = 38.85%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.44

 K value IS 0.33

RGB Variations

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

Color information

#AAA960 (or 0xAAA960) is known color: Olive Green. HEX triplet: AA, A9 and 60. RGB value is (170,169,96). Sum of RGB (Red+Green+Blue) = 170+169+96=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA960 is #55569F. Grayscale: #A1A1A1. Windows color (decimal): -5592736 or 6334890. OLE color: 6334890.

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

Color convert

RGB 170 169 96 -
CMYK 0 0.01 0.44 0.33
HSL 59.19º 0.3% 0.52% -
HSV(B) 59.19º 0.44% 0.67% -
XYZ 32.88 37.77 16.62 -
YUV 160.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 170 169 96 0 0.01 0.44 0.33 59.19 0.3 0.52
Hex AA A9 60 0 1 2C 21 3B 1E 34
Octal 252 251 140 0 1 54 41 73 36 64
Binary 10101010 10101001 1100000 0 1 101100 100001 111011 11110 110100

Color Harmonies of #AAA960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA960

Black with #AAA960

Text Example


Text Example

White with #AAA960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA960; }

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

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

background-color css

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

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

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

border-color css

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

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

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