#AFA2B6

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

Shades of Chatelle #AFA2B6

Tints of Chatelle #AFA2B6

Color information

#AFA2B6 (or 0xAFA2B6) is unknown color: approx Chatelle. HEX triplet: AF, A2 and B6. RGB value is (175,162,182). Sum of RGB (Red+Green+Blue) = 175+162+182=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 162 (63.67% from 255 or 31.21% from 519); Blue value is 182 (71.48% from 255 or 35.07% from 519); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFA2B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA2B6 is #505D49. Grayscale: #A8A8A8. Windows color (decimal): -5266762 or 11969199. OLE color: 11969199.

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

Color convert

RGB175162182-
CMYK0.040.1100.29
HSL279º12.05%67.45%-
HSV(B)279º10.99%71.37%-
XYZ39.0438.3349.6-
YUV168.17135.81132.87-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.72%
GREEN value IS 162 (63.67% from 255) = 31.21%
BLUE value IS 182 (71.48% from 255) = 35.07%
R=33.72%
G=31.21%
B=35.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751621820.040.1100.2927912.0567.45
HexAFA2B64B01D117c43
Octal25724226641303542714103
Binary101011111010001010110110100101101110110001011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA2B6; }

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

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

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

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

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

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

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

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