#AC4949

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

Shades of Apple Blossom #AC4949

Tints of Apple Blossom #AC4949

Color information

#AC4949 (or 0xAC4949) is unknown color: approx Apple Blossom. HEX triplet: AC, 49 and 49. RGB value is (172,73,73). Sum of RGB (Red+Green+Blue) = 172+73+73=318 (42% of max value = 765). Red value is 172 (67.58% from 255 or 54.09% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 73 (28.91% from 255 or 22.96% from 318); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4949 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4949 is #53B6B6. Grayscale: #666666. Windows color (decimal): -5486263 or 4802988. OLE color: 4802988.

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

Color convert

RGB1727373-
CMYK00.580.580.33
HSL40.41%48.04%-
HSV(B)57.56%67.45%-
XYZ20.614.027.92-
YUV102.6111.3177.5-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.09%
GREEN value IS 73 (28.91% from 255) = 22.96%
BLUE value IS 73 (28.91% from 255) = 22.96%
R=54.09%
G=22.96%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.58
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172737300.580.580.33040.4148.04
HexAC494903A3A2102830
Octal254111111072724105060
Binary101011001001001100100101110101110101000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4949; }

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

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

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

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

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

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

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

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