Html Css Color HEX #AAA969 Olive Green

📋 copy color: '#AAA969'

red 170 ◦ green 169 ◦ blue 105

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

Shades of Olive Green #AAA969

Tints of Olive Green #AAA969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.65%

R = 38.29%
G = 38.06%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#AAA969 (or 0xAAA969) is known color: Olive Green. HEX triplet: AA, A9 and 69. RGB value is (170,169,105). Sum of RGB (Red+Green+Blue) = 170+169+105=444 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.29% from 444); Green value is 169 (66.41% from 255 or 38.06% from 444); Blue value is 105 (41.41% from 255 or 23.65% from 444); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA969 is #555696. Grayscale: #A2A2A2. Windows color (decimal): -5592727 or 6924714. OLE color: 6924714.

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

Color convert

RGB 170 169 105 -
CMYK 0 0.01 0.38 0.33
HSL 59.08º 0.28% 0.54% -
HSV(B) 59.08º 0.38% 0.67% -
XYZ 33.32 37.94 18.93 -
YUV 162 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 170 169 105 0 0.01 0.38 0.33 59.08 0.28 0.54
Hex AA A9 69 0 1 26 21 3B 1C 36
Octal 252 251 151 0 1 46 41 73 34 66
Binary 10101010 10101001 1101001 0 1 100110 100001 111011 11100 110110

Color Harmonies of #AAA969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA969

Black with #AAA969

Text Example


Text Example

White with #AAA969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA969; }

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

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

background-color css

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

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

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

border-color css

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

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

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