#AF5763

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

Shades of Blush #AF5763

Tints of Blush #AF5763

Color information

#AF5763 (or 0xAF5763) is unknown color: approx Blush. HEX triplet: AF, 57 and 63. RGB value is (175,87,99). Sum of RGB (Red+Green+Blue) = 175+87+99=361 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.48% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5763 is #50A89C. Grayscale: #727272. Windows color (decimal): -5286045 or 6510511. OLE color: 6510511.

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

Color convert

RGB1758799-
CMYK00.500.430.31
HSL351.82º35.48%51.37%-
HSV(B)351.82º50.29%68.63%-
XYZ23.3416.8313.82-
YUV114.68119.15171.02-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 48.48%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 99 (39.06% from 255) = 27.42%
R=48.48%
G=24.10%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175879900.500.430.31351.8235.4851.37
HexAF57630322B1F1602333
Octal25712714306253375404363
Binary1010111110101111100011011001010101111111101100000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5763; }

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

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

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

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

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

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

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

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