#AF5750

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

Shades of Apple Blossom #AF5750

Tints of Apple Blossom #AF5750

Color information

#AF5750 (or 0xAF5750) is unknown color: approx Apple Blossom. HEX triplet: AF, 57 and 50. RGB value is (175,87,80). Sum of RGB (Red+Green+Blue) = 175+87+80=342 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.17% from 342); Green value is 87 (34.38% from 255 or 25.44% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5750 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5750 is #50A8AF. Grayscale: #707070. Windows color (decimal): -5286064 or 5265327. OLE color: 5265327.

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

Color convert

RGB1758780-
CMYK00.500.540.31
HSL4.42º37.25%50%-
HSV(B)4.42º54.29%68.63%-
XYZ22.5416.519.59-
YUV112.51109.65172.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.17%
GREEN value IS 87 (34.38% from 255) = 25.44%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=51.17%
G=25.44%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175878000.500.540.314.4237.2550
HexAF5750032361F42532
Octal257127120062663744562
Binary1010111110101111010000011001011011011111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5750; }

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

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

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

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

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

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

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

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