#AC5958

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

Shades of Apple Blossom #AC5958

Tints of Apple Blossom #AC5958

Color information

#AC5958 (or 0xAC5958) is unknown color: approx Apple Blossom. HEX triplet: AC, 59 and 58. RGB value is (172,89,88). Sum of RGB (Red+Green+Blue) = 172+89+88=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5958 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5958 is #53A6A7. Grayscale: #717171. Windows color (decimal): -5482152 or 5790124. OLE color: 5790124.

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

Color convert

RGB1728988-
CMYK00.480.490.33
HSL0.71º33.6%50.98%-
HSV(B)0.71º48.84%67.45%-
XYZ22.3516.6211.26-
YUV113.7113.5169.58-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 88 (34.77% from 255) = 25.21%
R=49.28%
G=25.50%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172898800.480.490.330.7133.650.98
HexAC5958030312112233
Octal254131130060614114263
Binary101011001011001101100001100001100011000011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5958; }

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

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

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

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

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

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

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

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