#AC492D

Color #AC492D Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #AC492D

Tints of Rose Of Sharon #AC492D

Color information

#AC492D (or 0xAC492D) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 49 and 2D. RGB value is (172,73,45). Sum of RGB (Red+Green+Blue) = 172+73+45=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492D is #53B6D2. Grayscale: #636363. Windows color (decimal): -5486291 or 2967980. OLE color: 2967980.

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

Color convert

RGB1727345-
CMYK00.580.740.33
HSL13.23º58.53%42.55%-
HSV(B)13.23º73.84%67.45%-
XYZ19.8713.734.08-
YUV99.4197.3179.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 45 (17.97% from 255) = 15.52%
R=59.31%
G=25.17%
B=15.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172734500.580.740.3313.2358.5342.55
HexAC492D03A4A21d3b2b
Octal2541115507211241157353
Binary101011001001001101101011101010010101000011101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC492D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC492D; }

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

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

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

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

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

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

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

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