#AFBAB1

Color #AFBAB1 Gum Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gum Leaf #AFBAB1

Tints of Gum Leaf #AFBAB1

Color information

#AFBAB1 (or 0xAFBAB1) is unknown color: approx Gum Leaf. HEX triplet: AF, BA and B1. RGB value is (175,186,177). Sum of RGB (Red+Green+Blue) = 175+186+177=538 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.53% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 177 (69.53% from 255 or 32.90% from 538); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAB1 is #50454E. Grayscale: #B5B5B5. Windows color (decimal): -5260623 or 11647663. OLE color: 11647663.

HSL color Cylindrical-coordinate representation of color #AFBAB1: hue angle of 130.91º degrees, saturation: 0.07, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #AFBAB1 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.

Color convert

RGB175186177-
CMYK0.0600.050.27
HSL130.91º7.38%70.78%-
HSV(B)130.91º5.91%72.94%-
XYZ43.1747.4148.47-
YUV181.68125.36123.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.53%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 177 (69.53% from 255) = 32.90%
R=32.53%
G=34.57%
B=32.90%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861770.0600.050.27130.917.3870.78
HexAFBAB16051B83747
Octal257272261605332037107
Binary101011111011101010110001110010111011100000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAB1; }

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

 H1.HeaderClassName
 {
   color: #AFBAB1;
 }
 .AnyTagClassName
 {
   color: #AFBAB1;
 }
</style>
background-color css

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

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

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

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

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

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