#AFBAC6

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

Shades of Heather #AFBAC6

Tints of Heather #AFBAC6

Color information

#AFBAC6 (or 0xAFBAC6) is unknown color: approx Heather. HEX triplet: AF, BA and C6. RGB value is (175,186,198). Sum of RGB (Red+Green+Blue) = 175+186+198=559 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.31% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 198 (77.73% from 255 or 35.42% from 559); Max value from RGB is 198 - color contains mainly: blue. Hex color #AFBAC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC6 is #504539. Grayscale: #B8B8B8. Windows color (decimal): -5260602 or 13023919. OLE color: 13023919.

HSL color Cylindrical-coordinate representation of color #AFBAC6: hue angle of 211.3º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFBAC6 is Cyan = 0.12, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB175186198-
CMYK0.120.0600.22
HSL211.3º16.79%73.14%-
HSV(B)211.3º11.62%77.65%-
XYZ45.4348.3160.36-
YUV184.08135.86121.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.31%
GREEN value IS 186 (73.05% from 255) = 33.27%
BLUE value IS 198 (77.73% from 255) = 35.42%
R=31.31%
G=33.27%
B=35.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1751861980.120.0600.22211.316.7973.14
HexAFBAC6C6016d31149
Octal25727230614602632321111
Binary101011111011101011000110110011001011011010011100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAC6; }

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

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

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

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

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

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

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

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