Html Css Color HEX #AAB9AC Gum Leaf

📋 copy color: '#AAB9AC'

red 170 ◦ green 185 ◦ blue 172

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

Shades of Gum Leaf #AAB9AC

Tints of Gum Leaf #AAB9AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 32.26%
G = 35.1%
B = 32.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#AAB9AC (or 0xAAB9AC) is known color: Gum Leaf. HEX triplet: AA, B9 and AC. RGB value is (170,185,172). Sum of RGB (Red+Green+Blue) = 170+185+172=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 185 (72.66% from 255 or 35.10% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB9AC is #554653. Grayscale: #B3B3B3. Windows color (decimal): -5588564 or 11319722. OLE color: 11319722.

HSL color Cylindrical-coordinate representation of color #AAB9AC: hue angle of 128º 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 #AAB9AC is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 172 -
CMYK 0.08 0 0.07 0.27
HSL 128º 0.1% 0.7% -
HSV(B) 128º 0.08% 0.73% -
XYZ 41.37 46.22 45.77 -
YUV 179.03 124.03 121.56 -
System Red Green Blue C M Y K H S L
Decimal 170 185 172 0.08 0 0.07 0.27 128 0.1 0.7
Hex AA B9 AC 8 0 7 1B 80 A 46
Octal 252 271 254 10 0 7 33 200 12 106
Binary 10101010 10111001 10101100 1000 0 111 11011 10000000 1010 1000110

Color Harmonies of #AAB9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9AC

Black with #AAB9AC

Text Example


Text Example

White with #AAB9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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