#AFA1B9

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

Shades of Chatelle #AFA1B9

Tints of Chatelle #AFA1B9

Color information

#AFA1B9 (or 0xAFA1B9) is unknown color: approx Chatelle. HEX triplet: AF, A1 and B9. RGB value is (175,161,185). Sum of RGB (Red+Green+Blue) = 175+161+185=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFA1B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA1B9 is #505E46. Grayscale: #A7A7A7. Windows color (decimal): -5267015 or 12165551. OLE color: 12165551.

HSL color Cylindrical-coordinate representation of color #AFA1B9: hue angle of 275º degrees, saturation: 0.15, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AFA1B9 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB175161185-
CMYK0.050.1300.27
HSL275º14.63%67.84%-
HSV(B)275º12.97%72.55%-
XYZ39.1838.1151.19-
YUV167.92137.64133.05-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.59%
GREEN value IS 161 (63.28% from 255) = 30.90%
BLUE value IS 185 (72.66% from 255) = 35.51%
R=33.59%
G=30.90%
B=35.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751611850.050.1300.2727514.6367.84
HexAFA1B95D01B113f44
Octal25724127151503342317104
Binary101011111010000110111001101110101101110001001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA1B9; }

 p { color: rgb(175,161,185); }

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

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

 a { background-color: rgb(175,161,185); }

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

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

 span { border-color: rgb(175,161,185); }

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