#AFA5BA

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

Shades of Chatelle #AFA5BA

Tints of Chatelle #AFA5BA

Color information

#AFA5BA (or 0xAFA5BA) is unknown color: approx Chatelle. HEX triplet: AF, A5 and BA. RGB value is (175,165,186). Sum of RGB (Red+Green+Blue) = 175+165+186=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 186 (73.05% from 255 or 35.36% from 526); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA5BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5BA is #505A45. Grayscale: #AAAAAA. Windows color (decimal): -5265990 or 12232111. OLE color: 12232111.

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

Color convert

RGB175165186-
CMYK0.060.1100.27
HSL268.57º13.21%68.82%-
HSV(B)268.57º11.29%72.94%-
XYZ4039.5751.98-
YUV170.38136.81131.29-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 165 (64.84% from 255) = 31.37%
BLUE value IS 186 (73.05% from 255) = 35.36%
R=33.27%
G=31.37%
B=35.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751651860.060.1100.27268.5713.2168.82
HexAFA5BA6B01B10dd45
Octal25724527261303341515105
Binary101011111010010110111010110101101101110000110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5BA; }

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

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

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

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

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

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

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

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