Html Css Color HEX #AAB5AD Gum Leaf

📋 copy color: '#AAB5AD'

red 170 ◦ green 181 ◦ blue 173

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

Shades of Gum Leaf #AAB5AD

Tints of Gum Leaf #AAB5AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.02%

R = 32.44%
G = 34.54%
B = 33.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#AAB5AD (or 0xAAB5AD) is known color: Gum Leaf. HEX triplet: AA, B5 and AD. RGB value is (170,181,173). Sum of RGB (Red+Green+Blue) = 170+181+173=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 181 (71.09% from 255 or 34.54% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AD is #554A52. Grayscale: #B0B0B0. Windows color (decimal): -5589587 or 11384234. OLE color: 11384234.

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

Color convert

RGB 170 181 173 -
CMYK 0.06 0 0.04 0.29
HSL 136.36º 0.07% 0.69% -
HSV(B) 136.36º 0.06% 0.71% -
XYZ 40.64 44.61 46 -
YUV 176.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 170 181 173 0.06 0 0.04 0.29 136.36 0.07 0.69
Hex AA B5 AD 6 0 4 1D 88 7 45
Octal 252 265 255 6 0 4 35 210 7 105
Binary 10101010 10110101 10101101 110 0 100 11101 10001000 111 1000101

Color Harmonies of #AAB5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5AD

Black with #AAB5AD

Text Example


Text Example

White with #AAB5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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