#AFA3B6

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

Shades of Chatelle #AFA3B6

Tints of Chatelle #AFA3B6

Color information

#AFA3B6 (or 0xAFA3B6) is unknown color: approx Chatelle. HEX triplet: AF, A3 and B6. RGB value is (175,163,182). Sum of RGB (Red+Green+Blue) = 175+163+182=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 163 (64.06% from 255 or 31.35% from 520); Blue value is 182 (71.48% from 255 or 35% from 520); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFA3B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA3B6 is #505C49. Grayscale: #A8A8A8. Windows color (decimal): -5266506 or 11969455. OLE color: 11969455.

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

Color convert

RGB175163182-
CMYK0.040.1000.29
HSL277.89º11.52%67.65%-
HSV(B)277.89º10.44%71.37%-
XYZ39.2238.6949.66-
YUV168.75135.48132.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 163 (64.06% from 255) = 31.35%
BLUE value IS 182 (71.48% from 255) = 35%
R=33.65%
G=31.35%
B=35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751631820.040.1000.29277.8911.5267.65
HexAFA3B64A01D116c44
Octal25724326641203542614104
Binary101011111010001110110110100101001110110001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA3B6; }

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

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

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

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

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

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

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

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