Html Css Color HEX #AAB7AD Gum Leaf

📋 copy color: '#AAB7AD'

red 170 ◦ green 183 ◦ blue 173

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

Shades of Gum Leaf #AAB7AD

Tints of Gum Leaf #AAB7AD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.79%

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

R = 32.32%
G = 34.79%
B = 32.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#AAB7AD (or 0xAAB7AD) is known color: Gum Leaf. HEX triplet: AA, B7 and AD. RGB value is (170,183,173). Sum of RGB (Red+Green+Blue) = 170+183+173=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 183 (71.88% from 255 or 34.79% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB7AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB7AD is #554852. Grayscale: #B2B2B2. Windows color (decimal): -5589075 or 11384746. OLE color: 11384746.

HSL color Cylindrical-coordinate representation of color #AAB7AD: hue angle of 133.85º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #AAB7AD is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 183 173 -
CMYK 0.07 0 0.05 0.28
HSL 133.85º 0.08% 0.69% -
HSV(B) 133.85º 0.07% 0.72% -
XYZ 41.05 45.43 46.14 -
YUV 177.97 125.19 122.31 -
System Red Green Blue C M Y K H S L
Decimal 170 183 173 0.07 0 0.05 0.28 133.85 0.08 0.69
Hex AA B7 AD 7 0 5 1C 86 8 45
Octal 252 267 255 7 0 5 34 206 10 105
Binary 10101010 10110111 10101101 111 0 101 11100 10000110 1000 1000101

Color Harmonies of #AAB7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7AD

Black with #AAB7AD

Text Example


Text Example

White with #AAB7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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