#AFA4BA

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

Shades of Chatelle #AFA4BA

Tints of Chatelle #AFA4BA

Color information

#AFA4BA (or 0xAFA4BA) is unknown color: approx Chatelle. HEX triplet: AF, A4 and BA. RGB value is (175,164,186). Sum of RGB (Red+Green+Blue) = 175+164+186=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 164 (64.45% from 255 or 31.24% from 525); Blue value is 186 (73.05% from 255 or 35.43% from 525); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA4BA is #505B45. Grayscale: #A9A9A9. Windows color (decimal): -5266246 or 12231855. OLE color: 12231855.

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

Color convert

RGB175164186-
CMYK0.060.1200.27
HSL270º13.75%68.63%-
HSV(B)270º11.83%72.94%-
XYZ39.8239.2151.92-
YUV169.8137.14131.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 164 (64.45% from 255) = 31.24%
BLUE value IS 186 (73.05% from 255) = 35.43%
R=33.33%
G=31.24%
B=35.43%

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
Decimal1751641860.060.1200.2727013.7568.63
HexAFA4BA6C01B10ee45
Octal25724427261403341616105
Binary101011111010010010111010110110001101110000111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA4BA; }

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

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

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

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

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

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

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

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