#AC5D56

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

Shades of Apple Blossom #AC5D56

Tints of Apple Blossom #AC5D56

Color information

#AC5D56 (or 0xAC5D56) is unknown color: approx Apple Blossom. HEX triplet: AC, 5D and 56. RGB value is (172,93,86). Sum of RGB (Red+Green+Blue) = 172+93+86=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D56 is #53A2A9. Grayscale: #737373. Windows color (decimal): -5481130 or 5660076. OLE color: 5660076.

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

Color convert

RGB1729386-
CMYK00.460.50.33
HSL4.88º34.13%50.59%-
HSV(B)4.88º50%67.45%-
XYZ22.6117.2710.95-
YUV115.82111.17168.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=49.00%
G=26.50%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.5
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172938600.460.50.334.8834.1350.59
HexAC5D5602E322152233
Octal254135126056624154263
Binary10101100101110110101100101110110010100001101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D56; }

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

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

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

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

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

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

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

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