#AC5554

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

Shades of Apple Blossom #AC5554

Tints of Apple Blossom #AC5554

Color information

#AC5554 (or 0xAC5554) is unknown color: approx Apple Blossom. HEX triplet: AC, 55 and 54. RGB value is (172,85,84). Sum of RGB (Red+Green+Blue) = 172+85+84=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5554 is #53AAAB. Grayscale: #6E6E6E. Windows color (decimal): -5483180 or 5526956. OLE color: 5526956.

HSL color Cylindrical-coordinate representation of color #AC5554: hue angle of 0.68º degrees, saturation: 0.35, 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 #AC5554 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB1728584-
CMYK00.510.510.33
HSL0.68º34.65%50.2%-
HSV(B)0.68º51.16%67.45%-
XYZ21.8615.9110.31-
YUV110.9112.82171.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.44%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 84 (33.20% from 255) = 24.63%
R=50.44%
G=24.93%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.51
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172858400.510.510.330.6834.6550.2
HexAC5554033332112332
Octal254125124063634114362
Binary101011001010101101010001100111100111000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5554; }

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

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

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

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

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

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

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

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