#AFA6B4

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

Shades of Chatelle #AFA6B4

Tints of Chatelle #AFA6B4

Color information

#AFA6B4 (or 0xAFA6B4) is unknown color: approx Chatelle. HEX triplet: AF, A6 and B4. RGB value is (175,166,180). Sum of RGB (Red+Green+Blue) = 175+166+180=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 180 (70.70% from 255 or 34.55% from 521); Max value from RGB is 180 - color contains mainly: blue. Hex color #AFA6B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA6B4 is #50594B. Grayscale: #AAAAAA. Windows color (decimal): -5265740 or 11839151. OLE color: 11839151.

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

Color convert

RGB175166180-
CMYK0.030.0800.29
HSL278.57º8.54%67.84%-
HSV(B)278.57º7.78%70.59%-
XYZ39.5539.6848.75-
YUV170.29133.48131.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 166 (65.23% from 255) = 31.86%
BLUE value IS 180 (70.70% from 255) = 34.55%
R=33.59%
G=31.86%
B=34.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751661800.030.0800.29278.578.5467.84
HexAFA6B43801D117944
Octal25724626431003542711104
Binary10101111101001101011010011100001110110001011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA6B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA6B4; }

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

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

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

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

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

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

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

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