Html Css Color HEX #AABBAE Gum Leaf

📋 copy color: '#AABBAE'

red 170 ◦ green 187 ◦ blue 174

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

Shades of Gum Leaf #AABBAE

Tints of Gum Leaf #AABBAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.77%

R = 32.02%
G = 35.22%
B = 32.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#AABBAE (or 0xAABBAE) is known color: Gum Leaf. HEX triplet: AA, BB and AE. RGB value is (170,187,174). Sum of RGB (Red+Green+Blue) = 170+187+174=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAE is #554451. Grayscale: #B4B4B4. Windows color (decimal): -5588050 or 11451306. OLE color: 11451306.

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

Color convert

RGB 170 187 174 -
CMYK 0.09 0 0.07 0.27
HSL 134.12º 0.11% 0.7% -
HSV(B) 134.12º 0.09% 0.73% -
XYZ 41.99 47.14 46.93 -
YUV 180.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 170 187 174 0.09 0 0.07 0.27 134.12 0.11 0.7
Hex AA BB AE 9 0 7 1B 86 B 46
Octal 252 273 256 11 0 7 33 206 13 106
Binary 10101010 10111011 10101110 1001 0 111 11011 10000110 1011 1000110

Color Harmonies of #AABBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBAE

Black with #AABBAE

Text Example


Text Example

White with #AABBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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