#AFA0B6

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

Shades of Chatelle #AFA0B6

Tints of Chatelle #AFA0B6

Color information

#AFA0B6 (or 0xAFA0B6) is unknown color: approx Chatelle. HEX triplet: AF, A0 and B6. RGB value is (175,160,182). Sum of RGB (Red+Green+Blue) = 175+160+182=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 160 (62.89% from 255 or 30.95% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFA0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0B6 is #505F49. Grayscale: #A6A6A6. Windows color (decimal): -5267274 or 11968687. OLE color: 11968687.

HSL color Cylindrical-coordinate representation of color #AFA0B6: hue angle of 280.91º degrees, saturation: 0.13, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA0B6 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175160182-
CMYK0.040.1200.29
HSL280.91º13.1%67.06%-
HSV(B)280.91º12.09%71.37%-
XYZ38.6937.6349.48-
YUV166.99136.47133.71-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.85%
GREEN value IS 160 (62.89% from 255) = 30.95%
BLUE value IS 182 (71.48% from 255) = 35.20%
R=33.85%
G=30.95%
B=35.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751601820.040.1200.29280.9113.167.06
HexAFA0B64C01D119d43
Octal25724026641403543115103
Binary101011111010000010110110100110001110110001100111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0B6; }

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

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

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

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

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

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

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

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