#AC4D46

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

Shades of Apple Blossom #AC4D46

Tints of Apple Blossom #AC4D46

Color information

#AC4D46 (or 0xAC4D46) is unknown color: approx Apple Blossom. HEX triplet: AC, 4D and 46. RGB value is (172,77,70). Sum of RGB (Red+Green+Blue) = 172+77+70=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D46 is #53B2B9. Grayscale: #686868. Windows color (decimal): -5485242 or 4607404. OLE color: 4607404.

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

Color convert

RGB1727770-
CMYK00.550.590.33
HSL4.12º42.15%47.45%-
HSV(B)4.12º59.3%67.45%-
XYZ20.7714.527.5-
YUV104.61108.47176.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 77 (30.47% from 255) = 24.14%
BLUE value IS 70 (27.73% from 255) = 21.94%
R=53.92%
G=24.14%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172777000.550.590.334.1242.1547.45
HexAC4D460373B2142a2f
Octal254115106067734145257
Binary10101100100110110001100110111111011100001100101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D46; }

 p { color: rgb(172,77,70); }

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

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

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

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

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

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

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