Html Css Color HEX #AAA967 Olive Green

📋 copy color: '#AAA967'

red 170 ◦ green 169 ◦ blue 103

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

Shades of Olive Green #AAA967

Tints of Olive Green #AAA967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 23.3%

R = 38.46%
G = 38.24%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#AAA967 (or 0xAAA967) is known color: Olive Green. HEX triplet: AA, A9 and 67. RGB value is (170,169,103). Sum of RGB (Red+Green+Blue) = 170+169+103=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 169 (66.41% from 255 or 38.24% from 442); Blue value is 103 (40.62% from 255 or 23.30% from 442); Max value from RGB is 170 - color contains mainly: red. Hex color #AAA967 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAA967 is #555698. Grayscale: #A2A2A2. Windows color (decimal): -5592729 or 6793642. OLE color: 6793642.

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

Color convert

RGB 170 169 103 -
CMYK 0 0.01 0.39 0.33
HSL 59.1º 0.28% 0.54% -
HSV(B) 59.1º 0.39% 0.67% -
XYZ 33.21 37.9 18.4 -
YUV 161.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 170 169 103 0 0.01 0.39 0.33 59.1 0.28 0.54
Hex AA A9 67 0 1 27 21 3B 1C 36
Octal 252 251 147 0 1 47 41 73 34 66
Binary 10101010 10101001 1100111 0 1 100111 100001 111011 11100 110110

Color Harmonies of #AAA967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAA967

Black with #AAA967

Text Example


Text Example

White with #AAA967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAA967; }

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

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

background-color css

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

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

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

border-color css

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

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

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