Html Css Color HEX #AAB6AC Gum Leaf

📋 copy color: '#AAB6AC'

red 170 ◦ green 182 ◦ blue 172

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

Shades of Gum Leaf #AAB6AC

Tints of Gum Leaf #AAB6AC

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.73%

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

R = 32.44%
G = 34.73%
B = 32.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#AAB6AC (or 0xAAB6AC) is known color: Gum Leaf. HEX triplet: AA, B6 and AC. RGB value is (170,182,172). Sum of RGB (Red+Green+Blue) = 170+182+172=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 182 (71.48% from 255 or 34.73% from 524); Blue value is 172 (67.58% from 255 or 32.82% from 524); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB6AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB6AC is #554953. Grayscale: #B1B1B1. Windows color (decimal): -5589332 or 11318954. OLE color: 11318954.

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

Color convert

RGB 170 182 172 -
CMYK 0.07 0 0.05 0.29
HSL 130º 0.08% 0.69% -
HSV(B) 130º 0.07% 0.71% -
XYZ 40.75 44.98 45.56 -
YUV 177.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 170 182 172 0.07 0 0.05 0.29 130 0.08 0.69
Hex AA B6 AC 7 0 5 1D 82 8 45
Octal 252 266 254 7 0 5 35 202 10 105
Binary 10101010 10110110 10101100 111 0 101 11101 10000010 1000 1000101

Color Harmonies of #AAB6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6AC

Black with #AAB6AC

Text Example


Text Example

White with #AAB6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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