#AC5248

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

Shades of Apple Blossom #AC5248

Tints of Apple Blossom #AC5248

Color information

#AC5248 (or 0xAC5248) is unknown color: approx Apple Blossom. HEX triplet: AC, 52 and 48. RGB value is (172,82,72). Sum of RGB (Red+Green+Blue) = 172+82+72=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5248 is #53ADB7. Grayscale: #6B6B6B. Windows color (decimal): -5483960 or 4739756. OLE color: 4739756.

HSL color Cylindrical-coordinate representation of color #AC5248: hue angle of 6º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC5248 is Cyan = 0, Magento = 0.52, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB1728272-
CMYK00.520.580.33
HSL40.98%47.84%-
HSV(B)58.14%67.45%-
XYZ21.215.277.96-
YUV107.77107.82173.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.76%
GREEN value IS 82 (32.42% from 255) = 25.15%
BLUE value IS 72 (28.52% from 255) = 22.09%
R=52.76%
G=25.15%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172827200.520.580.33640.9847.84
HexAC52480343A2162930
Octal254122110064724165160
Binary10101100101001010010000110100111010100001110101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5248; }

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

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

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

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

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

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

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

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