#AFB6BA

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

Shades of Heather #AFB6BA

Tints of Heather #AFB6BA

Color information

#AFB6BA (or 0xAFB6BA) is unknown color: approx Heather. HEX triplet: AF, B6 and BA. RGB value is (175,182,186). Sum of RGB (Red+Green+Blue) = 175+182+186=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6BA is #504945. Grayscale: #B4B4B4. Windows color (decimal): -5261638 or 12236463. OLE color: 12236463.

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

Color convert

RGB175182186-
CMYK0.060.0200.27
HSL201.82º7.38%70.78%-
HSV(B)201.82º5.91%72.94%-
XYZ43.2746.1253.07-
YUV180.36131.18124.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.23%
GREEN value IS 182 (71.48% from 255) = 33.52%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=32.23%
G=33.52%
B=34.25%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751821860.060.0200.27201.827.3870.78
HexAFB6BA6201Bca747
Octal257266272620333127107
Binary10101111101101101011101011010011011110010101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6BA; }

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

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

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

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

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

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

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

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