#AF5755

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

Shades of Apple Blossom #AF5755

Tints of Apple Blossom #AF5755

Color information

#AF5755 (or 0xAF5755) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 55. RGB value is (175,87,85). Sum of RGB (Red+Green+Blue) = 175+87+85=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 87 (34.38% from 255 or 25.07% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5755 is #50A8AA. Grayscale: #717171. Windows color (decimal): -5286059 or 5593007. OLE color: 5593007.

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

Color convert

RGB1758785-
CMYK00.500.510.31
HSL1.33º36%50.98%-
HSV(B)1.33º51.43%68.63%-
XYZ22.7316.5910.6-
YUV113.08112.15172.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 87 (34.38% from 255) = 25.07%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=50.43%
G=25.07%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878500.500.510.311.333650.98
HexAF5755032331F12433
Octal257127125062633714463
Binary10101111101011110101010110010110011111111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5755; }

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

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

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

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

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

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

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

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