Html Css Color HEX #AAB9AD Gum Leaf

📋 copy color: '#AAB9AD'

red 170 ◦ green 185 ◦ blue 173

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

Shades of Gum Leaf #AAB9AD

Tints of Gum Leaf #AAB9AD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.04%

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

R = 32.2%
G = 35.04%
B = 32.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#AAB9AD (or 0xAAB9AD) is known color: Gum Leaf. HEX triplet: AA, B9 and AD. RGB value is (170,185,173). Sum of RGB (Red+Green+Blue) = 170+185+173=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 185 (72.66% from 255 or 35.04% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AD is #554652. Grayscale: #B3B3B3. Windows color (decimal): -5588563 or 11385258. OLE color: 11385258.

HSL color Cylindrical-coordinate representation of color #AAB9AD: hue angle of 132º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AAB9AD is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 173 -
CMYK 0.08 0 0.06 0.27
HSL 132º 0.1% 0.7% -
HSV(B) 132º 0.08% 0.73% -
XYZ 41.47 46.26 46.28 -
YUV 179.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 170 185 173 0.08 0 0.06 0.27 132 0.1 0.7
Hex AA B9 AD 8 0 6 1B 84 A 46
Octal 252 271 255 10 0 6 33 204 12 106
Binary 10101010 10111001 10101101 1000 0 110 11011 10000100 1010 1000110

Color Harmonies of #AAB9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9AD

Black with #AAB9AD

Text Example


Text Example

White with #AAB9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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