Html Css Color HEX #AABFAE Gum Leaf

📋 copy color: '#AABFAE'

red 170 ◦ green 191 ◦ blue 174

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

Shades of Gum Leaf #AABFAE

Tints of Gum Leaf #AABFAE

RGB

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

 GREEN value IS 191 (75% from 255) = 35.7%

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

R = 31.78%
G = 35.7%
B = 32.52%

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

#AABFAE (or 0xAABFAE) is known color: Gum Leaf. HEX triplet: AA, BF and AE. RGB value is (170,191,174). Sum of RGB (Red+Green+Blue) = 170+191+174=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 191 (75% from 255 or 35.70% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAE is #554051. Grayscale: #B6B6B6. Windows color (decimal): -5587026 or 11452330. OLE color: 11452330.

HSL color Cylindrical-coordinate representation of color #AABFAE: hue angle of 131.43º degrees, saturation: 0.14, 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 #AABFAE is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 191 174 -
CMYK 0.11 0 0.09 0.25
HSL 131.43º 0.14% 0.71% -
HSV(B) 131.43º 0.11% 0.75% -
XYZ 42.85 48.86 47.22 -
YUV 182.78 123.04 118.88 -
System Red Green Blue C M Y K H S L
Decimal 170 191 174 0.11 0 0.09 0.25 131.43 0.14 0.71
Hex AA BF AE B 0 9 19 83 E 47
Octal 252 277 256 13 0 11 31 203 16 107
Binary 10101010 10111111 10101110 1011 0 1001 11001 10000011 1110 1000111

Color Harmonies of #AABFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFAE

Black with #AABFAE

Text Example


Text Example

White with #AABFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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