#AFB6BF

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

Shades of Heather #AFB6BF

Tints of Heather #AFB6BF

Color information

#AFB6BF (or 0xAFB6BF) is unknown color: approx Heather. HEX triplet: AF, B6 and BF. RGB value is (175,182,191). Sum of RGB (Red+Green+Blue) = 175+182+191=548 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.93% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 191 (75% from 255 or 34.85% from 548); Max value from RGB is 191 - color contains mainly: blue. Hex color #AFB6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BF is #504940. Grayscale: #B4B4B4. Windows color (decimal): -5261633 or 12564143. OLE color: 12564143.

HSL color Cylindrical-coordinate representation of color #AFB6BF: hue angle of 213.75º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AFB6BF is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB175182191-
CMYK0.080.0500.25
HSL213.75º11.11%71.76%-
HSV(B)213.75º8.38%74.9%-
XYZ43.8146.3355.92-
YUV180.93133.68123.77-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.93%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 191 (75% from 255) = 34.85%
R=31.93%
G=33.21%
B=34.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1751821910.080.0500.25213.7511.1171.76
HexAFB6BF85019d6b48
Octal25726627710503132613110
Binary10101111101101101011111110001010110011101011010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6BF; }

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

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

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

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

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

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

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

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