#ac5656

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

Shades of Apple Blossom #AC5656

Tints of Apple Blossom #AC5656

Color information

#AC5656 (or 0xAC5656) is unknown color: approx Apple Blossom. HEX triplet: AC, 56 and 56. RGB value is (172,86,86). Sum of RGB (Red+Green+Blue) = 172+86+86=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5656 is #53A9A9. Grayscale: #6F6F6F. Windows color (decimal): -5482922 or 5658284. OLE color: 5658284.

HSL color Cylindrical-coordinate representation of color #AC5656: hue angle of 0º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AC5656 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.33.

Color convert

RGB1728686-
CMYK00.50.50.33
HSL34.13%50.59%-
HSV(B)50%67.45%-
XYZ22.0216.110.75-
YUV111.71113.49171-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 86 (33.98% from 255) = 25%
R=50%
G=25%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172868600.50.50.33034.1350.59
HexAC5656032322102233
Octal254126126062624104263
Binary101011001010110101011001100101100101000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac5656; }

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

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

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

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

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

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

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

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