#AC5550

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

Shades of Apple Blossom #AC5550

Tints of Apple Blossom #AC5550

Color information

#AC5550 (or 0xAC5550) is unknown color: approx Apple Blossom. HEX triplet: AC, 55 and 50. RGB value is (172,85,80). Sum of RGB (Red+Green+Blue) = 172+85+80=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5550 is #53AAAF. Grayscale: #6E6E6E. Windows color (decimal): -5483184 or 5264812. OLE color: 5264812.

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

Color convert

RGB1728580-
CMYK00.510.530.33
HSL3.26º36.51%49.41%-
HSV(B)3.26º53.49%67.45%-
XYZ21.7115.859.5-
YUV110.44110.82171.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 85 (33.59% from 255) = 25.22%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=51.04%
G=25.22%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172858000.510.530.333.2636.5149.41
HexAC5550033352132531
Octal254125120063654134561
Binary1010110010101011010000011001111010110000111100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5550; }

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

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

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

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

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

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

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

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