Html Css Color HEX #AABAAF Gum Leaf

📋 copy color: '#AABAAF'

red 170 ◦ green 186 ◦ blue 175

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

Shades of Gum Leaf #AABAAF

Tints of Gum Leaf #AABAAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.96%

R = 32.02%
G = 35.03%
B = 32.96%

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

#AABAAF (or 0xAABAAF) is known color: Gum Leaf. HEX triplet: AA, BA and AF. RGB value is (170,186,175). Sum of RGB (Red+Green+Blue) = 170+186+175=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 186 (73.05% from 255 or 35.03% from 531); Blue value is 175 (68.75% from 255 or 32.96% from 531); Max value from RGB is 186 - color contains mainly: green. Hex color #AABAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABAAF is #554550. Grayscale: #B3B3B3. Windows color (decimal): -5588305 or 11516586. OLE color: 11516586.

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

Color convert

RGB 170 186 175 -
CMYK 0.09 0 0.06 0.27
HSL 138.75º 0.1% 0.7% -
HSV(B) 138.75º 0.09% 0.73% -
XYZ 41.87 46.76 47.38 -
YUV 179.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 170 186 175 0.09 0 0.06 0.27 138.75 0.1 0.7
Hex AA BA AF 9 0 6 1B 8B A 46
Octal 252 272 257 11 0 6 33 213 12 106
Binary 10101010 10111010 10101111 1001 0 110 11011 10001011 1010 1000110

Color Harmonies of #AABAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABAAF

Black with #AABAAF

Text Example


Text Example

White with #AABAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABAAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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