Html Css Color HEX #AABEAC Gum Leaf

📋 copy color: '#AABEAC'

red 170 ◦ green 190 ◦ blue 172

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

Shades of Gum Leaf #AABEAC

Tints of Gum Leaf #AABEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.71%

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

R = 31.95%
G = 35.71%
B = 32.33%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#AABEAC (or 0xAABEAC) is known color: Gum Leaf. HEX triplet: AA, BE and AC. RGB value is (170,190,172). Sum of RGB (Red+Green+Blue) = 170+190+172=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 190 (74.61% from 255 or 35.71% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 190 - color contains mainly: green. Hex color #AABEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABEAC is #554153. Grayscale: #B6B6B6. Windows color (decimal): -5587284 or 11321002. OLE color: 11321002.

HSL color Cylindrical-coordinate representation of color #AABEAC: hue angle of 126º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABEAC is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 190 172 -
CMYK 0.11 0 0.09 0.25
HSL 126º 0.13% 0.71% -
HSV(B) 126º 0.11% 0.75% -
XYZ 42.44 48.35 46.13 -
YUV 181.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 170 190 172 0.11 0 0.09 0.25 126 0.13 0.71
Hex AA BE AC B 0 9 19 7E D 47
Octal 252 276 254 13 0 11 31 176 15 107
Binary 10101010 10111110 10101100 1011 0 1001 11001 1111110 1101 1000111

Color Harmonies of #AABEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEAC

Black with #AABEAC

Text Example


Text Example

White with #AABEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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