Html Css Color HEX #AAB2AC Gum Leaf

📋 copy color: '#AAB2AC'

red 170 ◦ green 178 ◦ blue 172

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

Shades of Gum Leaf #AAB2AC

Tints of Gum Leaf #AAB2AC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.23%

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

R = 32.69%
G = 34.23%
B = 33.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#AAB2AC (or 0xAAB2AC) is known color: Gum Leaf. HEX triplet: AA, B2 and AC. RGB value is (170,178,172). Sum of RGB (Red+Green+Blue) = 170+178+172=520 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.69% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 172 (67.58% from 255 or 33.08% from 520); Max value from RGB is 178 - color contains mainly: green. Hex color #AAB2AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB2AC is #554D53. Grayscale: #AEAEAE. Windows color (decimal): -5590356 or 11317930. OLE color: 11317930.

HSL color Cylindrical-coordinate representation of color #AAB2AC: hue angle of 135º degrees, saturation: 0.05, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #AAB2AC is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.

Color convert

RGB 170 178 172 -
CMYK 0.04 0 0.03 0.30
HSL 135º 0.05% 0.68% -
HSV(B) 135º 0.04% 0.7% -
XYZ 39.94 43.37 45.29 -
YUV 174.92 126.35 124.49 -
System Red Green Blue C M Y K H S L
Decimal 170 178 172 0.04 0 0.03 0.30 135 0.05 0.68
Hex AA B2 AC 4 0 3 1E 87 5 44
Octal 252 262 254 4 0 3 36 207 5 104
Binary 10101010 10110010 10101100 100 0 11 11110 10000111 101 1000100

Color Harmonies of #AAB2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB2AC

Black with #AAB2AC

Text Example


Text Example

White with #AAB2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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