#AC594F

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

Shades of Apple Blossom #AC594F

Tints of Apple Blossom #AC594F

Color information

#AC594F (or 0xAC594F) is unknown color: approx Apple Blossom. HEX triplet: AC, 59 and 4F. RGB value is (172,89,79). Sum of RGB (Red+Green+Blue) = 172+89+79=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC594F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC594F is #53A6B0. Grayscale: #707070. Windows color (decimal): -5482161 or 5200300. OLE color: 5200300.

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

Color convert

RGB1728979-
CMYK00.480.540.33
HSL6.45º37.05%49.22%-
HSV(B)6.45º54.07%67.45%-
XYZ2216.489.42-
YUV112.68109170.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.59%
GREEN value IS 89 (35.16% from 255) = 26.18%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=50.59%
G=26.18%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172897900.480.540.336.4537.0549.22
HexAC594F030362162531
Octal254131117060664164561
Binary10101100101100110011110110000110110100001110100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC594F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC594F; }

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

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

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

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

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

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

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

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