Html Css Color HEX #AAB565 Olive Green

📋 copy color: '#AAB565'

red 170 ◦ green 181 ◦ blue 101

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

Shades of Olive Green #AAB565

Tints of Olive Green #AAB565

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.04%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 37.61%
G = 40.04%
B = 22.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#AAB565 (or 0xAAB565) is known color: Olive Green. HEX triplet: AA, B5 and 65. RGB value is (170,181,101). Sum of RGB (Red+Green+Blue) = 170+181+101=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 181 (71.09% from 255 or 40.04% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB565 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAB565 is #554A9A. Grayscale: #A8A8A8. Windows color (decimal): -5589659 or 6665642. OLE color: 6665642.

HSL color Cylindrical-coordinate representation of color #AAB565: hue angle of 68.25º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AAB565 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 181 101 -
CMYK 0.06 0 0.44 0.29
HSL 68.25º 0.35% 0.55% -
HSV(B) 68.25º 0.44% 0.71% -
XYZ 35.45 42.53 18.65 -
YUV 168.59 89.86 129 -
System Red Green Blue C M Y K H S L
Decimal 170 181 101 0.06 0 0.44 0.29 68.25 0.35 0.55
Hex AA B5 65 6 0 2C 1D 44 23 37
Octal 252 265 145 6 0 54 35 104 43 67
Binary 10101010 10110101 1100101 110 0 101100 11101 1000100 100011 110111

Color Harmonies of #AAB565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB565

Black with #AAB565

Text Example


Text Example

White with #AAB565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB565; }

 p { color: rgb(170,181,101); }

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

background-color css

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

 a { background-color: rgb(170,181,101); }

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

border-color css

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

 span { border-color: rgb(170,181,101); }

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