Html Css Color HEX #AABBAC Gum Leaf

📋 copy color: '#AABBAC'

red 170 ◦ green 187 ◦ blue 172

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

Shades of Gum Leaf #AABBAC

Tints of Gum Leaf #AABBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.35%

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

R = 32.14%
G = 35.35%
B = 32.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#AABBAC (or 0xAABBAC) is known color: Gum Leaf. HEX triplet: AA, BB and AC. RGB value is (170,187,172). Sum of RGB (Red+Green+Blue) = 170+187+172=529 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.14% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAC is #554453. Grayscale: #B4B4B4. Windows color (decimal): -5588052 or 11320234. OLE color: 11320234.

HSL color Cylindrical-coordinate representation of color #AABBAC: hue angle of 127.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AABBAC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 187 172 -
CMYK 0.09 0 0.08 0.27
HSL 127.06º 0.11% 0.7% -
HSV(B) 127.06º 0.09% 0.73% -
XYZ 41.79 47.07 45.91 -
YUV 180.21 123.37 120.72 -
System Red Green Blue C M Y K H S L
Decimal 170 187 172 0.09 0 0.08 0.27 127.06 0.11 0.7
Hex AA BB AC 9 0 8 1B 7F B 46
Octal 252 273 254 11 0 10 33 177 13 106
Binary 10101010 10111011 10101100 1001 0 1000 11011 1111111 1011 1000110

Color Harmonies of #AABBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBAC

Black with #AABBAC

Text Example


Text Example

White with #AABBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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