Html Css Color HEX #AAB5AC Gum Leaf

📋 copy color: '#AAB5AC'

red 170 ◦ green 181 ◦ blue 172

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

Shades of Gum Leaf #AAB5AC

Tints of Gum Leaf #AAB5AC

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.61%

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

R = 32.5%
G = 34.61%
B = 32.89%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.29

RGB Variations

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

Color information

#AAB5AC (or 0xAAB5AC) is known color: Gum Leaf. HEX triplet: AA, B5 and AC. RGB value is (170,181,172). Sum of RGB (Red+Green+Blue) = 170+181+172=523 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.50% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB5AC is #554A53. Grayscale: #B0B0B0. Windows color (decimal): -5589588 or 11318698. OLE color: 11318698.

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

Color convert

RGB 170 181 172 -
CMYK 0.06 0 0.05 0.29
HSL 130.91º 0.07% 0.69% -
HSV(B) 130.91º 0.06% 0.71% -
XYZ 40.55 44.57 45.5 -
YUV 176.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 170 181 172 0.06 0 0.05 0.29 130.91 0.07 0.69
Hex AA B5 AC 6 0 5 1D 83 7 45
Octal 252 265 254 6 0 5 35 203 7 105
Binary 10101010 10110101 10101100 110 0 101 11101 10000011 111 1000101

Color Harmonies of #AAB5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5AC

Black with #AAB5AC

Text Example


Text Example

White with #AAB5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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