#AFA1BA

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

Shades of Chatelle #AFA1BA

Tints of Chatelle #AFA1BA

Color information

#AFA1BA (or 0xAFA1BA) is unknown color: approx Chatelle. HEX triplet: AF, A1 and BA. RGB value is (175,161,186). Sum of RGB (Red+Green+Blue) = 175+161+186=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA1BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1BA is #505E45. Grayscale: #A7A7A7. Windows color (decimal): -5267014 or 12231087. OLE color: 12231087.

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

Color convert

RGB175161186-
CMYK0.060.1300.27
HSL273.6º15.34%68.04%-
HSV(B)273.6º13.44%72.94%-
XYZ39.2938.1551.75-
YUV168.04138.14132.97-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 161 (63.28% from 255) = 30.84%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=33.52%
G=30.84%
B=35.63%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751611860.060.1300.27273.615.3468.04
HexAFA1BA6D01B112f44
Octal25724127261503342217104
Binary101011111010000110111010110110101101110001001011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1BA; }

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

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

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

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

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

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

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

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