#AFB5BA

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

Shades of Heather #AFB5BA

Tints of Heather #AFB5BA

Color information

#AFB5BA (or 0xAFB5BA) is unknown color: approx Heather. HEX triplet: AF, B5 and BA. RGB value is (175,181,186). Sum of RGB (Red+Green+Blue) = 175+181+186=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 186 (73.05% from 255 or 34.32% from 542); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5BA is #504A45. Grayscale: #B3B3B3. Windows color (decimal): -5261894 or 12236207. OLE color: 12236207.

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

Color convert

RGB175181186-
CMYK0.060.0300.27
HSL207.27º7.38%70.78%-
HSV(B)207.27º5.91%72.94%-
XYZ43.0745.7153.01-
YUV179.78131.51124.59-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.29%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 186 (73.05% from 255) = 34.32%
R=32.29%
G=33.39%
B=34.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751811860.060.0300.27207.277.3870.78
HexAFB5BA6301Bcf747
Octal257265272630333177107
Binary10101111101101011011101011011011011110011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5BA; }

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

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

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

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

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

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

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

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