#AC5C58

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

Shades of Apple Blossom #AC5C58

Tints of Apple Blossom #AC5C58

Color information

#AC5C58 (or 0xAC5C58) is unknown color: approx Apple Blossom. HEX triplet: AC, 5C and 58. RGB value is (172,92,88). Sum of RGB (Red+Green+Blue) = 172+92+88=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C58 is #53A3A7. Grayscale: #737373. Windows color (decimal): -5481384 or 5790892. OLE color: 5790892.

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

Color convert

RGB1729288-
CMYK00.470.490.33
HSL2.86º33.6%50.98%-
HSV(B)2.86º48.84%67.45%-
XYZ22.617.1311.35-
YUV115.46112.5168.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 88 (34.77% from 255) = 25%
R=48.86%
G=26.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.49
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172928800.470.490.332.8633.650.98
HexAC5C5802F312132233
Octal254134130057614134263
Binary1010110010111001011000010111111000110000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C58; }

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

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

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

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

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

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

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

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