Html Css Color HEX #AABAAC Gum Leaf

📋 copy color: '#AABAAC'

red 170 ◦ green 186 ◦ blue 172

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

Shades of Gum Leaf #AABAAC

Tints of Gum Leaf #AABAAC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.23%

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

R = 32.2%
G = 35.23%
B = 32.58%

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

#AABAAC (or 0xAABAAC) is known color: Gum Leaf. HEX triplet: AA, BA and AC. RGB value is (170,186,172). Sum of RGB (Red+Green+Blue) = 170+186+172=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAC is #554553. Grayscale: #B3B3B3. Windows color (decimal): -5588308 or 11319978. OLE color: 11319978.

HSL color Cylindrical-coordinate representation of color #AABAAC: hue angle of 127.5º degrees, saturation: 0.1, 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 #AABAAC is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 186 172 -
CMYK 0.09 0 0.08 0.27
HSL 127.5º 0.1% 0.7% -
HSV(B) 127.5º 0.09% 0.73% -
XYZ 41.58 46.64 45.84 -
YUV 179.62 123.7 121.14 -
System Red Green Blue C M Y K H S L
Decimal 170 186 172 0.09 0 0.08 0.27 127.5 0.1 0.7
Hex AA BA AC 9 0 8 1B 80 A 46
Octal 252 272 254 11 0 10 33 200 12 106
Binary 10101010 10111010 10101100 1001 0 1000 11011 10000000 1010 1000110

Color Harmonies of #AABAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAAC

Black with #AABAAC

Text Example


Text Example

White with #AABAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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