#AF5656

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

Shades of Apple Blossom #AF5656

Tints of Apple Blossom #AF5656

Color information

#AF5656 (or 0xAF5656) is unknown color: approx Apple Blossom. HEX triplet: AF, 56 and 56. RGB value is (175,86,86). Sum of RGB (Red+Green+Blue) = 175+86+86=347 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.43% from 347); Green value is 86 (33.98% from 255 or 24.78% from 347); Blue value is 86 (33.98% from 255 or 24.78% from 347); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF5656 is #50A9A9. Grayscale: #707070. Windows color (decimal): -5286314 or 5658287. OLE color: 5658287.

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

Color convert

RGB1758686-
CMYK00.510.510.31
HSL35.74%51.18%-
HSV(B)50.86%68.63%-
XYZ22.6916.4410.78-
YUV112.61112.99172.5-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.43%
GREEN value IS 86 (33.98% from 255) = 24.78%
BLUE value IS 86 (33.98% from 255) = 24.78%
R=50.43%
G=24.78%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175868600.510.510.31035.7451.18
HexAF5656033331F02433
Octal257126126063633704463
Binary10101111101011010101100110011110011111110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF5656; }

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

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

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

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

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

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

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

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