Html Css Color HEX #AABBAF Gum Leaf

📋 copy color: '#AABBAF'

red 170 ◦ green 187 ◦ blue 175

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

Shades of Gum Leaf #AABBAF

Tints of Gum Leaf #AABBAF

RGB

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

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

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

R = 31.95%
G = 35.15%
B = 32.89%

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

#AABBAF (or 0xAABBAF) is known color: Gum Leaf. HEX triplet: AA, BB and AF. RGB value is (170,187,175). Sum of RGB (Red+Green+Blue) = 170+187+175=532 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.95% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #AABBAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABBAF is #554450. Grayscale: #B4B4B4. Windows color (decimal): -5588049 or 11516842. OLE color: 11516842.

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

Color convert

RGB 170 187 175 -
CMYK 0.09 0 0.06 0.27
HSL 137.65º 0.11% 0.7% -
HSV(B) 137.65º 0.09% 0.73% -
XYZ 42.09 47.18 47.45 -
YUV 180.55 124.87 120.48 -
System Red Green Blue C M Y K H S L
Decimal 170 187 175 0.09 0 0.06 0.27 137.65 0.11 0.7
Hex AA BB AF 9 0 6 1B 8A B 46
Octal 252 273 257 11 0 6 33 212 13 106
Binary 10101010 10111011 10101111 1001 0 110 11011 10001010 1011 1000110

Color Harmonies of #AABBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBAF

Black with #AABBAF

Text Example


Text Example

White with #AABBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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