#AFA2BA

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

Shades of Chatelle #AFA2BA

Tints of Chatelle #AFA2BA

Color information

#AFA2BA (or 0xAFA2BA) is unknown color: approx Chatelle. HEX triplet: AF, A2 and BA. RGB value is (175,162,186). Sum of RGB (Red+Green+Blue) = 175+162+186=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 162 (63.67% from 255 or 30.98% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 186 - color contains mainly: blue. Hex color #AFA2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2BA is #505D45. Grayscale: #A8A8A8. Windows color (decimal): -5266758 or 12231343. OLE color: 12231343.

HSL color Cylindrical-coordinate representation of color #AFA2BA: hue angle of 272.5º 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 #AFA2BA is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175162186-
CMYK0.060.1300.27
HSL272.5º14.81%68.24%-
HSV(B)272.5º12.9%72.94%-
XYZ39.4638.551.81-
YUV168.62137.81132.55-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 162 (63.67% from 255) = 30.98%
BLUE value IS 186 (73.05% from 255) = 35.56%
R=33.46%
G=30.98%
B=35.56%

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
Decimal1751621860.060.1300.27272.514.8168.24
HexAFA2BA6D01B110f44
Octal25724227261503342017104
Binary101011111010001010111010110110101101110001000011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2BA; }

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

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

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

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

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

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

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

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