Html Css Color HEX #AABAAE Gum Leaf

📋 copy color: '#AABAAE'

red 170 ◦ green 186 ◦ blue 174

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

Shades of Gum Leaf #AABAAE

Tints of Gum Leaf #AABAAE

RGB

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

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

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

R = 32.08%
G = 35.09%
B = 32.83%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.27

RGB Variations

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

Color information

#AABAAE (or 0xAABAAE) is known color: Gum Leaf. HEX triplet: AA, BA and AE. RGB value is (170,186,174). Sum of RGB (Red+Green+Blue) = 170+186+174=530 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.08% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 174 (68.36% from 255 or 32.83% from 530); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAE is #554551. Grayscale: #B3B3B3. Windows color (decimal): -5588306 or 11451050. OLE color: 11451050.

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

Color convert

RGB 170 186 174 -
CMYK 0.09 0 0.06 0.27
HSL 135º 0.1% 0.7% -
HSV(B) 135º 0.09% 0.73% -
XYZ 41.78 46.72 46.86 -
YUV 179.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 170 186 174 0.09 0 0.06 0.27 135 0.1 0.7
Hex AA BA AE 9 0 6 1B 87 A 46
Octal 252 272 256 11 0 6 33 207 12 106
Binary 10101010 10111010 10101110 1001 0 110 11011 10000111 1010 1000110

Color Harmonies of #AABAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAAE

Black with #AABAAE

Text Example


Text Example

White with #AABAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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