#AC5352

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

Shades of Apple Blossom #AC5352

Tints of Apple Blossom #AC5352

Color information

#AC5352 (or 0xAC5352) is unknown color: approx Apple Blossom. HEX triplet: AC, 53 and 52. RGB value is (172,83,82). Sum of RGB (Red+Green+Blue) = 172+83+82=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5352 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5352 is #53ACAD. Grayscale: #6D6D6D. Windows color (decimal): -5483694 or 5395372. OLE color: 5395372.

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

Color convert

RGB1728382-
CMYK00.520.520.33
HSL0.67º35.43%49.8%-
HSV(B)0.67º52.33%67.45%-
XYZ21.6315.579.85-
YUV109.5112.49172.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 83 (32.81% from 255) = 24.63%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=51.04%
G=24.63%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.52
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172838200.520.520.330.6735.4349.8
HexAC5352034342112332
Octal254123122064644114362
Binary101011001010011101001001101001101001000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5352; }

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

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

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

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

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

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

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

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