#AF9CB6

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

Shades of Chatelle #AF9CB6

Tints of Chatelle #AF9CB6

Color information

#AF9CB6 (or 0xAF9CB6) is unknown color: approx Chatelle. HEX triplet: AF, 9C and B6. RGB value is (175,156,182). Sum of RGB (Red+Green+Blue) = 175+156+182=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 156 (61.33% from 255 or 30.41% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #AF9CB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AF9CB6 is #506349. Grayscale: #A4A4A4. Windows color (decimal): -5268298 or 11967663. OLE color: 11967663.

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

Color convert

RGB175156182-
CMYK0.040.1400.29
HSL283.85º15.12%66.27%-
HSV(B)283.85º14.29%71.37%-
XYZ38.0136.2749.25-
YUV164.64137.79135.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 34.11%
GREEN value IS 156 (61.33% from 255) = 30.41%
BLUE value IS 182 (71.48% from 255) = 35.48%
R=34.11%
G=30.41%
B=35.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1751561820.040.1400.29283.8515.1266.27
HexAF9CB64E01D11cf42
Octal25723426641603543417102
Binary101011111001110010110110100111001110110001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9CB6; }

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

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

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

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

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

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

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

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