#AC5453

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

Shades of Apple Blossom #AC5453

Tints of Apple Blossom #AC5453

Color information

#AC5453 (or 0xAC5453) is unknown color: approx Apple Blossom. HEX triplet: AC, 54 and 53. RGB value is (172,84,83). Sum of RGB (Red+Green+Blue) = 172+84+83=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 83 (32.81% from 255 or 24.48% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5453 is #53ABAC. Grayscale: #6E6E6E. Windows color (decimal): -5483437 or 5461164. OLE color: 5461164.

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

Color convert

RGB1728483-
CMYK00.510.520.33
HSL0.67º34.9%50%-
HSV(B)0.67º51.74%67.45%-
XYZ21.7415.7410.07-
YUV110.2112.65172.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 84 (33.20% from 255) = 24.78%
BLUE value IS 83 (32.81% from 255) = 24.48%
R=50.74%
G=24.78%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172848300.510.520.330.6734.950
HexAC5453033342112332
Octal254124123063644114362
Binary101011001010100101001101100111101001000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5453; }

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

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

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

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

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

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

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

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