#AFBAB2

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

Shades of Gum Leaf #AFBAB2

Tints of Gum Leaf #AFBAB2

Color information

#AFBAB2 (or 0xAFBAB2) is unknown color: approx Gum Leaf. HEX triplet: AF, BA and B2. RGB value is (175,186,178). Sum of RGB (Red+Green+Blue) = 175+186+178=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBAB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBAB2 is #50454D. Grayscale: #B5B5B5. Windows color (decimal): -5260622 or 11713199. OLE color: 11713199.

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

Color convert

RGB175186178-
CMYK0.0600.040.27
HSL136.36º7.38%70.78%-
HSV(B)136.36º5.91%72.94%-
XYZ43.2747.4549-
YUV181.8125.86123.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.47%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=32.47%
G=34.51%
B=33.02%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751861780.0600.040.27136.367.3870.78
HexAFBAB26041B88747
Octal257272262604332107107
Binary101011111011101010110010110010011011100010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAB2; }

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

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

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

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

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

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

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

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