#AFCAB6

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

Shades of Gum Leaf #AFCAB6

Tints of Gum Leaf #AFCAB6

Color information

#AFCAB6 (or 0xAFCAB6) is unknown color: approx Gum Leaf. HEX triplet: AF, CA and B6. RGB value is (175,202,182). Sum of RGB (Red+Green+Blue) = 175+202+182=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 182 (71.48% from 255 or 32.56% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCAB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFCAB6 is #503549. Grayscale: #BFBFBF. Windows color (decimal): -5256522 or 11979439. OLE color: 11979439.

HSL color Cylindrical-coordinate representation of color #AFCAB6: hue angle of 135.56º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFCAB6 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.

Color convert

RGB175202182-
CMYK0.1300.100.21
HSL135.56º20.3%73.92%-
HSV(B)135.56º13.37%79.22%-
XYZ47.2454.7352.33-
YUV191.65122.55116.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 182 (71.48% from 255) = 32.56%
R=31.31%
G=36.14%
B=32.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1752021820.1300.100.21135.5620.373.92
HexAFCAB6D0A1588144a
Octal257312266150122521024112
Binary1010111111001010101101101101010101010110001000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCAB6; }

 p { color: rgb(175,202,182); }

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

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

 a { background-color: rgb(175,202,182); }

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

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

 span { border-color: rgb(175,202,182); }

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