#AC5D55

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

Shades of Apple Blossom #AC5D55

Tints of Apple Blossom #AC5D55

Color information

#AC5D55 (or 0xAC5D55) is unknown color: approx Apple Blossom. HEX triplet: AC, 5D and 55. RGB value is (172,93,85). Sum of RGB (Red+Green+Blue) = 172+93+85=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 93 (36.72% from 255 or 26.57% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D55 is #53A2AA. Grayscale: #737373. Windows color (decimal): -5481131 or 5594540. OLE color: 5594540.

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

Color convert

RGB1729385-
CMYK00.460.510.33
HSL5.52º34.39%50.39%-
HSV(B)5.52º50.58%67.45%-
XYZ22.5717.2610.74-
YUV115.71110.67168.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 93 (36.72% from 255) = 26.57%
BLUE value IS 85 (33.59% from 255) = 24.29%
R=49.14%
G=26.57%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172938500.460.510.335.5234.3950.39
HexAC5D5502E332162232
Octal254135125056634164262
Binary10101100101110110101010101110110011100001110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D55; }

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

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

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

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

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

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

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

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