Html Css Color HEX #AAB8AC Gum Leaf

📋 copy color: '#AAB8AC'

red 170 ◦ green 184 ◦ blue 172

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

Shades of Gum Leaf #AAB8AC

Tints of Gum Leaf #AAB8AC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.98%

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

R = 32.32%
G = 34.98%
B = 32.7%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.28

RGB Variations

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

Color information

#AAB8AC (or 0xAAB8AC) is known color: Gum Leaf. HEX triplet: AA, B8 and AC. RGB value is (170,184,172). Sum of RGB (Red+Green+Blue) = 170+184+172=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB8AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB8AC is #554753. Grayscale: #B2B2B2. Windows color (decimal): -5588820 or 11319466. OLE color: 11319466.

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

Color convert

RGB 170 184 172 -
CMYK 0.08 0 0.07 0.28
HSL 128.57º 0.09% 0.69% -
HSV(B) 128.57º 0.08% 0.72% -
XYZ 41.16 45.81 45.7 -
YUV 178.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 170 184 172 0.08 0 0.07 0.28 128.57 0.09 0.69
Hex AA B8 AC 8 0 7 1C 81 9 45
Octal 252 270 254 10 0 7 34 201 11 105
Binary 10101010 10111000 10101100 1000 0 111 11100 10000001 1001 1000101

Color Harmonies of #AAB8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8AC

Black with #AAB8AC

Text Example


Text Example

White with #AAB8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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