#AC5858

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

Shades of Apple Blossom #AC5858

Tints of Apple Blossom #AC5858

Color information

#AC5858 (or 0xAC5858) is unknown color: approx Apple Blossom. HEX triplet: AC, 58 and 58. RGB value is (172,88,88). Sum of RGB (Red+Green+Blue) = 172+88+88=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 88 (34.77% from 255 or 25.29% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5858 is #53A7A7. Grayscale: #717171. Windows color (decimal): -5482408 or 5789868. OLE color: 5789868.

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

Color convert

RGB1728888-
CMYK00.490.490.33
HSL33.6%50.98%-
HSV(B)48.84%67.45%-
XYZ22.2616.4511.24-
YUV113.12113.83170-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 88 (34.77% from 255) = 25.29%
R=49.43%
G=25.29%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172888800.490.490.33033.650.98
HexAC5858031312102233
Octal254130130061614104263
Binary101011001011000101100001100011100011000010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5858; }

 p { color: rgb(172,88,88); }

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

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

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

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

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

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

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