#AFA0B9

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

Shades of Chatelle #AFA0B9

Tints of Chatelle #AFA0B9

Color information

#AFA0B9 (or 0xAFA0B9) is unknown color: approx Chatelle. HEX triplet: AF, A0 and B9. RGB value is (175,160,185). Sum of RGB (Red+Green+Blue) = 175+160+185=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 160 (62.89% from 255 or 30.77% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 185 - color contains mainly: blue. Hex color #AFA0B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AFA0B9 is #505F46. Grayscale: #A7A7A7. Windows color (decimal): -5267271 or 12165295. OLE color: 12165295.

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

Color convert

RGB175160185-
CMYK0.050.1400.27
HSL276º15.15%67.65%-
HSV(B)276º13.51%72.55%-
XYZ39.0137.7651.13-
YUV167.33137.97133.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.65%
GREEN value IS 160 (62.89% from 255) = 30.77%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=33.65%
G=30.77%
B=35.58%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1751601850.050.1400.2727615.1567.65
HexAFA0B95E01B114f44
Octal25724027151603342417104
Binary101011111010000010111001101111001101110001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFA0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFA0B9; }

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

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

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

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

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

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

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

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