#AFA5B6

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

Shades of Chatelle #AFA5B6

Tints of Chatelle #AFA5B6

Color information

#AFA5B6 (or 0xAFA5B6) is unknown color: approx Chatelle. HEX triplet: AF, A5 and B6. RGB value is (175,165,182). Sum of RGB (Red+Green+Blue) = 175+165+182=522 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.52% from 522); Green value is 165 (64.84% from 255 or 31.61% from 522); Blue value is 182 (71.48% from 255 or 34.87% from 522); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFA5B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA5B6 is #505A49. Grayscale: #A9A9A9. Windows color (decimal): -5265994 or 11969967. OLE color: 11969967.

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

Color convert

RGB175165182-
CMYK0.040.0900.29
HSL275.29º10.43%68.04%-
HSV(B)275.29º9.34%71.37%-
XYZ39.5839.449.78-
YUV169.93134.81131.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.52%
GREEN value IS 165 (64.84% from 255) = 31.61%
BLUE value IS 182 (71.48% from 255) = 34.87%
R=33.52%
G=31.61%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751651820.040.0900.29275.2910.4368.04
HexAFA5B64901D113a44
Octal25724526641103542312104
Binary101011111010010110110110100100101110110001001110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA5B6; }

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

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

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

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

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

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

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

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