Html Css Color HEX #AAAE66 Olive Green

📋 copy color: '#AAAE66'

red 170 ◦ green 174 ◦ blue 102

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

Shades of Olive Green #AAAE66

Tints of Olive Green #AAAE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 39.01%

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

R = 38.12%
G = 39.01%
B = 22.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.41

 K value IS 0.32

RGB Variations

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

Color information

#AAAE66 (or 0xAAAE66) is known color: Olive Green. HEX triplet: AA, AE and 66. RGB value is (170,174,102). Sum of RGB (Red+Green+Blue) = 170+174+102=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAE66 is #555199. Grayscale: #A4A4A4. Windows color (decimal): -5591450 or 6729386. OLE color: 6729386.

HSL color Cylindrical-coordinate representation of color #AAAE66: hue angle of 63.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AAAE66 is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.32.

Color convert

RGB 170 174 102 -
CMYK 0.02 0 0.41 0.32
HSL 63.33º 0.31% 0.54% -
HSV(B) 63.33º 0.41% 0.68% -
XYZ 34.11 39.78 18.45 -
YUV 164.6 92.67 131.85 -
System Red Green Blue C M Y K H S L
Decimal 170 174 102 0.02 0 0.41 0.32 63.33 0.31 0.54
Hex AA AE 66 2 0 29 20 3F 1F 36
Octal 252 256 146 2 0 51 40 77 37 66
Binary 10101010 10101110 1100110 10 0 101001 100000 111111 11111 110110

Color Harmonies of #AAAE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAE66

Black with #AAAE66

Text Example


Text Example

White with #AAAE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAE66; }

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

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

background-color css

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

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

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

border-color css

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

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

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