#AF5C60

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

Shades of Blush #AF5C60

Tints of Blush #AF5C60

Color information

#AF5C60 (or 0xAF5C60) is unknown color: approx Blush. HEX triplet: AF, 5C and 60. RGB value is (175,92,96). Sum of RGB (Red+Green+Blue) = 175+92+96=363 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.21% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 96 (37.89% from 255 or 26.45% from 363); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C60 is #50A39F. Grayscale: #757575. Windows color (decimal): -5284768 or 6315183. OLE color: 6315183.

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

Color convert

RGB1759296-
CMYK00.470.450.31
HSL357.11º34.16%52.35%-
HSV(B)357.11º47.43%68.63%-
XYZ23.6217.6113.22-
YUV117.27116169.17-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.21%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 96 (37.89% from 255) = 26.45%
R=48.21%
G=25.34%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175929600.470.450.31357.1134.1652.35
HexAF5C6002F2D1F1652234
Octal25713414005755375454264
Binary1010111110111001100000010111110110111111101100101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C60; }

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

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

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

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

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

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

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

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