Html Css Color HEX #AAAB5E Olive Green

📋 copy color: '#AAAB5E'

red 170 ◦ green 171 ◦ blue 94

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

Shades of Olive Green #AAAB5E

Tints of Olive Green #AAAB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.31%

 BLUE value IS 94 (37.11% from 255) = 21.61%

R = 39.08%
G = 39.31%
B = 21.61%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#AAAB5E (or 0xAAAB5E) is known color: Olive Green. HEX triplet: AA, AB and 5E. RGB value is (170,171,94). Sum of RGB (Red+Green+Blue) = 170+171+94=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 171 (67.19% from 255 or 39.31% from 435); Blue value is 94 (37.11% from 255 or 21.61% from 435); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AAAB5E is #5554A1. Grayscale: #A2A2A2. Windows color (decimal): -5592226 or 6204330. OLE color: 6204330.

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

Color convert

RGB 170 171 94 -
CMYK 0.01 0 0.45 0.33
HSL 60.78º 0.31% 0.52% -
HSV(B) 60.78º 0.45% 0.67% -
XYZ 33.16 38.48 16.27 -
YUV 161.92 89.67 133.76 -
System Red Green Blue C M Y K H S L
Decimal 170 171 94 0.01 0 0.45 0.33 60.78 0.31 0.52
Hex AA AB 5E 1 0 2D 21 3D 1F 34
Octal 252 253 136 1 0 55 41 75 37 64
Binary 10101010 10101011 1011110 1 0 101101 100001 111101 11111 110100

Color Harmonies of #AAAB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAAB5E

Black with #AAAB5E

Text Example


Text Example

White with #AAAB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAAB5E; }

 p { color: rgb(170,171,94); }

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

background-color css

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

 a { background-color: rgb(170,171,94); }

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

border-color css

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

 span { border-color: rgb(170,171,94); }

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