#AFBAC1

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

Shades of Heather #AFBAC1

Tints of Heather #AFBAC1

Color information

#AFBAC1 (or 0xAFBAC1) is unknown color: approx Heather. HEX triplet: AF, BA and C1. RGB value is (175,186,193). Sum of RGB (Red+Green+Blue) = 175+186+193=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 186 (73.05% from 255 or 33.57% from 554); Blue value is 193 (75.78% from 255 or 34.84% from 554); Max value from RGB is 193 - color contains mainly: blue. Hex color #AFBAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBAC1 is #50453E. Grayscale: #B7B7B7. Windows color (decimal): -5260607 or 12696239. OLE color: 12696239.

HSL color Cylindrical-coordinate representation of color #AFBAC1: hue angle of 203.33º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AFBAC1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB175186193-
CMYK0.090.0400.24
HSL203.33º12.68%72.16%-
HSV(B)203.33º9.33%75.69%-
XYZ44.8648.0857.37-
YUV183.51133.36121.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.59%
GREEN value IS 186 (73.05% from 255) = 33.57%
BLUE value IS 193 (75.78% from 255) = 34.84%
R=31.59%
G=33.57%
B=34.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1751861930.090.0400.24203.3312.6872.16
HexAFBAC194018cbd48
Octal25727230111403031315110
Binary10101111101110101100000110011000110001100101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBAC1; }

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

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

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

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

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

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

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

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