#AC5452

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

Shades of Apple Blossom #AC5452

Tints of Apple Blossom #AC5452

Color information

#AC5452 (or 0xAC5452) is unknown color: approx Apple Blossom. HEX triplet: AC, 54 and 52. RGB value is (172,84,82). Sum of RGB (Red+Green+Blue) = 172+84+82=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5452 is #53ABAD. Grayscale: #6E6E6E. Windows color (decimal): -5483438 or 5395628. OLE color: 5395628.

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

Color convert

RGB1728482-
CMYK00.510.520.33
HSL1.33º35.43%49.8%-
HSV(B)1.33º52.33%67.45%-
XYZ21.7115.729.87-
YUV110.08112.15172.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 84 (33.20% from 255) = 24.85%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=50.89%
G=24.85%
B=24.26%

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
Decimal172848200.510.520.331.3335.4349.8
HexAC5452033342112332
Octal254124122063644114362
Binary101011001010100101001001100111101001000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5452; }

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

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

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

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

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

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

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

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