Html Css Color HEX #AAB166 Olive Green

📋 copy color: '#AAB166'

red 170 ◦ green 177 ◦ blue 102

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

Shades of Olive Green #AAB166

Tints of Olive Green #AAB166

RGB

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

 GREEN value IS 177 (69.53% from 255) = 39.42%

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

R = 37.86%
G = 39.42%
B = 22.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#AAB166 (or 0xAAB166) is known color: Olive Green. HEX triplet: AA, B1 and 66. RGB value is (170,177,102). Sum of RGB (Red+Green+Blue) = 170+177+102=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 177 - color contains mainly: green. Hex color #AAB166 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAB166 is #554E99. Grayscale: #A6A6A6. Windows color (decimal): -5590682 or 6730154. OLE color: 6730154.

HSL color Cylindrical-coordinate representation of color #AAB166: hue angle of 65.6º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AAB166 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 177 102 -
CMYK 0.04 0 0.42 0.31
HSL 65.6º 0.32% 0.55% -
HSV(B) 65.6º 0.42% 0.69% -
XYZ 34.7 40.95 18.65 -
YUV 166.36 91.68 130.6 -
System Red Green Blue C M Y K H S L
Decimal 170 177 102 0.04 0 0.42 0.31 65.6 0.32 0.55
Hex AA B1 66 4 0 2A 1F 42 20 37
Octal 252 261 146 4 0 52 37 102 40 67
Binary 10101010 10110001 1100110 100 0 101010 11111 1000010 100000 110111

Color Harmonies of #AAB166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB166

Black with #AAB166

Text Example


Text Example

White with #AAB166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB166; }

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

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

background-color css

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

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

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

border-color css

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

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

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