#AF5668

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

Shades of Blush #AF5668

Tints of Blush #AF5668

Color information

#AF5668 (or 0xAF5668) is unknown color: approx Blush. HEX triplet: AF, 56 and 68. RGB value is (175,86,104). Sum of RGB (Red+Green+Blue) = 175+86+104=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5668 is #50A997. Grayscale: #727272. Windows color (decimal): -5286296 or 6837935. OLE color: 6837935.

HSL color Cylindrical-coordinate representation of color #AF5668: hue angle of 347.87º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF5668 is Cyan = 0, Magento = 0.51, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB17586104-
CMYK00.510.410.31
HSL347.87º35.74%51.18%-
HSV(B)347.87º50.86%68.63%-
XYZ23.5116.7715.09-
YUV114.66121.99171.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 47.95%
GREEN value IS 86 (33.98% from 255) = 23.56%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=47.95%
G=23.56%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1758610400.510.410.31347.8735.7451.18
HexAF5668033291F15c2433
Octal25712615006351375344463
Binary1010111110101101101000011001110100111111101011100100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5668; }

 p { color: rgb(175,86,104); }

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

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

 a { background-color: rgb(175,86,104); }

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

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

 span { border-color: rgb(175,86,104); }

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