#AFA0BA

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

Shades of Chatelle #AFA0BA

Tints of Chatelle #AFA0BA

Color information

#AFA0BA (or 0xAFA0BA) is unknown color: approx Chatelle. HEX triplet: AF, A0 and BA. RGB value is (175,160,186). Sum of RGB (Red+Green+Blue) = 175+160+186=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 160 (62.89% from 255 or 30.71% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA0BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0BA is #505F45. Grayscale: #A7A7A7. Windows color (decimal): -5267270 or 12230831. OLE color: 12230831.

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

Color convert

RGB175160186-
CMYK0.060.1400.27
HSL274.62º15.85%67.84%-
HSV(B)274.62º13.98%72.94%-
XYZ39.1137.851.69-
YUV167.45138.47133.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 160 (62.89% from 255) = 30.71%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=33.59%
G=30.71%
B=35.70%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751601860.060.1400.27274.6215.8567.84
HexAFA0BA6E01B1131044
Octal25724027261603342320104
Binary1010111110100000101110101101110011011100010011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0BA; }

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

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

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

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

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

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

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

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