#AC5C53

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

Shades of Apple Blossom #AC5C53

Tints of Apple Blossom #AC5C53

Color information

#AC5C53 (or 0xAC5C53) is unknown color: approx Apple Blossom. HEX triplet: AC, 5C and 53. RGB value is (172,92,83). Sum of RGB (Red+Green+Blue) = 172+92+83=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C53 is #53A3AC. Grayscale: #737373. Windows color (decimal): -5481389 or 5463212. OLE color: 5463212.

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

Color convert

RGB1729283-
CMYK00.470.520.33
HSL6.07º34.9%50%-
HSV(B)6.07º51.74%67.45%-
XYZ22.417.0510.29-
YUV114.89110168.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.57%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=49.57%
G=26.51%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172928300.470.520.336.0734.950
HexAC5C5302F342162332
Octal254134123057644164362
Binary10101100101110010100110101111110100100001110100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C53; }

 p { color: rgb(172,92,83); }

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

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

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

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

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

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

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