#AF5761

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

Shades of Blush #AF5761

Tints of Blush #AF5761

Color information

#AF5761 (or 0xAF5761) is unknown color: approx Blush. HEX triplet: AF, 57 and 61. RGB value is (175,87,97). Sum of RGB (Red+Green+Blue) = 175+87+97=359 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.75% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5761 is #50A89E. Grayscale: #727272. Windows color (decimal): -5286047 or 6379439. OLE color: 6379439.

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

Color convert

RGB1758797-
CMYK00.500.450.31
HSL353.18º35.48%51.37%-
HSV(B)353.18º50.29%68.63%-
XYZ23.2516.7913.33-
YUV114.45118.15171.19-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.75%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=48.75%
G=24.23%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175879700.500.450.31353.1835.4851.37
HexAF57610322D1F1612333
Octal25712714106255375414363
Binary1010111110101111100001011001010110111111101100001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5761; }

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

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

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

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

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

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

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

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