#AF5753

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

Shades of Apple Blossom #AF5753

Tints of Apple Blossom #AF5753

Color information

#AF5753 (or 0xAF5753) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 53. RGB value is (175,87,83). Sum of RGB (Red+Green+Blue) = 175+87+83=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 83 (32.81% from 255 or 24.06% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5753 is #50A8AC. Grayscale: #707070. Windows color (decimal): -5286061 or 5461935. OLE color: 5461935.

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

Color convert

RGB1758783-
CMYK00.500.530.31
HSL2.61º36.51%50.59%-
HSV(B)2.61º52.57%68.63%-
XYZ22.6516.5510.19-
YUV112.86111.15172.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.72%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 83 (32.81% from 255) = 24.06%
R=50.72%
G=25.22%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878300.500.530.312.6136.5150.59
HexAF5753032351F32533
Octal257127123062653734563
Binary101011111010111101001101100101101011111111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5753; }

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

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

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

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

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

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

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

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