#AF5460

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

Shades of Blush #AF5460

Tints of Blush #AF5460

Color information

#AF5460 (or 0xAF5460) is unknown color: approx Blush. HEX triplet: AF, 54 and 60. RGB value is (175,84,96). Sum of RGB (Red+Green+Blue) = 175+84+96=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5460 is #50AB9F. Grayscale: #707070. Windows color (decimal): -5286816 or 6313135. OLE color: 6313135.

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

Color convert

RGB1758496-
CMYK00.520.450.31
HSL352.09º36.25%50.78%-
HSV(B)352.09º52%68.63%-
XYZ22.9616.313-
YUV112.58118.65172.52-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.30%
GREEN value IS 84 (33.20% from 255) = 23.66%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=49.30%
G=23.66%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175849600.520.450.31352.0936.2550.78
HexAF54600342D1F1602433
Octal25712414006455375404463
Binary1010111110101001100000011010010110111111101100000100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5460; }

 p { color: rgb(175,84,96); }

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

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

 a { background-color: rgb(175,84,96); }

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

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

 span { border-color: rgb(175,84,96); }

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