Html Css Color HEX #AABFAF Gum Leaf

📋 copy color: '#AABFAF'

red 170 ◦ green 191 ◦ blue 175

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

Shades of Gum Leaf #AABFAF

Tints of Gum Leaf #AABFAF

RGB

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

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

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

R = 31.72%
G = 35.63%
B = 32.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#AABFAF (or 0xAABFAF) is known color: Gum Leaf. HEX triplet: AA, BF and AF. RGB value is (170,191,175). Sum of RGB (Red+Green+Blue) = 170+191+175=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 191 (75% from 255 or 35.63% from 536); Blue value is 175 (68.75% from 255 or 32.65% from 536); Max value from RGB is 191 - color contains mainly: green. Hex color #AABFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AABFAF is #554050. Grayscale: #B6B6B6. Windows color (decimal): -5587025 or 11517866. OLE color: 11517866.

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

Color convert

RGB 170 191 175 -
CMYK 0.11 0 0.08 0.25
HSL 134.29º 0.14% 0.71% -
HSV(B) 134.29º 0.11% 0.75% -
XYZ 42.95 48.9 47.73 -
YUV 182.9 123.54 118.8 -
System Red Green Blue C M Y K H S L
Decimal 170 191 175 0.11 0 0.08 0.25 134.29 0.14 0.71
Hex AA BF AF B 0 8 19 86 E 47
Octal 252 277 257 13 0 10 31 206 16 107
Binary 10101010 10111111 10101111 1011 0 1000 11001 10000110 1110 1000111

Color Harmonies of #AABFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABFAF

Black with #AABFAF

Text Example


Text Example

White with #AABFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABFAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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