#AF9AB6

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

Shades of Chatelle #AF9AB6

Tints of Chatelle #AF9AB6

Color information

#AF9AB6 (or 0xAF9AB6) is unknown color: approx Chatelle. HEX triplet: AF, 9A and B6. RGB value is (175,154,182). Sum of RGB (Red+Green+Blue) = 175+154+182=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 154 (60.55% from 255 or 30.14% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF9AB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9AB6 is #506549. Grayscale: #A3A3A3. Windows color (decimal): -5268810 or 11967151. OLE color: 11967151.

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

Color convert

RGB175154182-
CMYK0.040.1500.29
HSL285º16.09%65.88%-
HSV(B)285º15.38%71.37%-
XYZ37.6835.649.14-
YUV163.47138.46136.22-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.25%
GREEN value IS 154 (60.55% from 255) = 30.14%
BLUE value IS 182 (71.48% from 255) = 35.62%
R=34.25%
G=30.14%
B=35.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751541820.040.1500.2928516.0965.88
HexAF9AB64F01D11d1042
Octal25723226641703543520102
Binary1010111110011010101101101001111011101100011101100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9AB6; }

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

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

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

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

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

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

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

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