#AFA3BA

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

Shades of Chatelle #AFA3BA

Tints of Chatelle #AFA3BA

Color information

#AFA3BA (or 0xAFA3BA) is unknown color: approx Chatelle. HEX triplet: AF, A3 and BA. RGB value is (175,163,186). Sum of RGB (Red+Green+Blue) = 175+163+186=524 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.40% from 524); Green value is 163 (64.06% from 255 or 31.11% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3BA is #505C45. Grayscale: #A9A9A9. Windows color (decimal): -5266502 or 12231599. OLE color: 12231599.

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

Color convert

RGB175163186-
CMYK0.060.1200.27
HSL271.3º14.29%68.43%-
HSV(B)271.3º12.37%72.94%-
XYZ39.6438.8551.86-
YUV169.21137.48132.13-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.40%
GREEN value IS 163 (64.06% from 255) = 31.11%
BLUE value IS 186 (73.05% from 255) = 35.50%
R=33.40%
G=31.11%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751631860.060.1200.27271.314.2968.43
HexAFA3BA6C01B10fe44
Octal25724327261403341716104
Binary101011111010001110111010110110001101110000111111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3BA; }

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

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

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

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

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

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

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

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