#AF5650

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

Shades of Apple Blossom #AF5650

Tints of Apple Blossom #AF5650

Color information

#AF5650 (or 0xAF5650) is unknown color: approx Apple Blossom. HEX triplet: AF, 56 and 50. RGB value is (175,86,80). Sum of RGB (Red+Green+Blue) = 175+86+80=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 80 (31.64% from 255 or 23.46% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5650 is #50A9AF. Grayscale: #707070. Windows color (decimal): -5286320 or 5265071. OLE color: 5265071.

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

Color convert

RGB1758680-
CMYK00.510.540.31
HSL3.79º37.25%50%-
HSV(B)3.79º54.29%68.63%-
XYZ22.4516.359.56-
YUV111.93109.99172.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 51.32%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 80 (31.64% from 255) = 23.46%
R=51.32%
G=25.22%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175868000.510.540.313.7937.2550
HexAF5650033361F42532
Octal257126120063663744562
Binary1010111110101101010000011001111011011111100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5650; }

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

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

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

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

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

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

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

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