#AFA6B6

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

Shades of Chatelle #AFA6B6

Tints of Chatelle #AFA6B6

Color information

#AFA6B6 (or 0xAFA6B6) is unknown color: approx Chatelle. HEX triplet: AF, A6 and B6. RGB value is (175,166,182). Sum of RGB (Red+Green+Blue) = 175+166+182=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 182 (71.48% from 255 or 34.80% from 523); Max value from RGB is 182 - color contains mainly: blue. Hex color #AFA6B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6B6 is #505949. Grayscale: #AAAAAA. Windows color (decimal): -5265738 or 11970223. OLE color: 11970223.

HSL color Cylindrical-coordinate representation of color #AFA6B6: hue angle of 273.75º 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 #AFA6B6 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB175166182-
CMYK0.040.0900.29
HSL273.75º9.88%68.24%-
HSV(B)273.75º8.79%71.37%-
XYZ39.7639.7649.84-
YUV170.52134.48131.2-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.46%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 182 (71.48% from 255) = 34.80%
R=33.46%
G=31.74%
B=34.80%

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
Decimal1751661820.040.0900.29273.759.8868.24
HexAFA6B64901D112a44
Octal25724626641103542212104
Binary101011111010011010110110100100101110110001001010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6B6; }

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

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

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

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

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

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

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

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