#AF5C61

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

Shades of Blush #AF5C61

Tints of Blush #AF5C61

Color information

#AF5C61 (or 0xAF5C61) is unknown color: approx Blush. HEX triplet: AF, 5C and 61. RGB value is (175,92,97). Sum of RGB (Red+Green+Blue) = 175+92+97=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5C61 is #50A39E. Grayscale: #757575. Windows color (decimal): -5284767 or 6380719. OLE color: 6380719.

HSL color Cylindrical-coordinate representation of color #AF5C61: hue angle of 356.39º 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 #AF5C61 is Cyan = 0, Magento = 0.47, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB1759297-
CMYK00.470.450.31
HSL356.39º34.16%52.35%-
HSV(B)356.39º47.43%68.63%-
XYZ23.6617.6313.47-
YUV117.39116.5169.09-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.08%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=48.08%
G=25.27%
B=26.65%

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
Decimal175929700.470.450.31356.3934.1652.35
HexAF5C6102F2D1F1642234
Octal25713414105755375444264
Binary1010111110111001100001010111110110111111101100100100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5C61; }

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

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

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

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

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

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

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

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