Html Css Color HEX #AAA966 Olive Green

📋 copy color: '#AAA966'

red 170 ◦ green 169 ◦ blue 102

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

Shades of Olive Green #AAA966

Tints of Olive Green #AAA966

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 23.13%

R = 38.55%
G = 38.32%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.4

 K value IS 0.33

RGB Variations

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

Color information

#AAA966 (or 0xAAA966) is known color: Olive Green. HEX triplet: AA, A9 and 66. RGB value is (170,169,102). Sum of RGB (Red+Green+Blue) = 170+169+102=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 169 (66.41% from 255 or 38.32% from 441); Blue value is 102 (40.23% from 255 or 23.13% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA966 is #555699. Grayscale: #A1A1A1. Windows color (decimal): -5592730 or 6728106. OLE color: 6728106.

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

Color convert

RGB 170 169 102 -
CMYK 0 0.01 0.4 0.33
HSL 59.12º 0.29% 0.53% -
HSV(B) 59.12º 0.4% 0.67% -
XYZ 33.16 37.88 18.13 -
YUV 161.66 94.33 133.95 -
System Red Green Blue C M Y K H S L
Decimal 170 169 102 0 0.01 0.4 0.33 59.12 0.29 0.53
Hex AA A9 66 0 1 28 21 3B 1D 35
Octal 252 251 146 0 1 50 41 73 35 65
Binary 10101010 10101001 1100110 0 1 101000 100001 111011 11101 110101

Color Harmonies of #AAA966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA966

Black with #AAA966

Text Example


Text Example

White with #AAA966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA966; }

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

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

background-color css

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

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

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

border-color css

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

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

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