#AC492F

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

Shades of Rose Of Sharon #AC492F

Tints of Rose Of Sharon #AC492F

Color information

#AC492F (or 0xAC492F) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 49 and 2F. RGB value is (172,73,47). Sum of RGB (Red+Green+Blue) = 172+73+47=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 73 (28.91% from 255 or 25% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492F is #53B6D0. Grayscale: #636363. Windows color (decimal): -5486289 or 3099052. OLE color: 3099052.

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

Color convert

RGB1727347-
CMYK00.580.730.33
HSL12.48º57.08%42.94%-
HSV(B)12.48º72.67%67.45%-
XYZ19.9113.744.29-
YUV99.6498.3179.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.90%
GREEN value IS 73 (28.91% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 16.10%
R=58.90%
G=25%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172734700.580.730.3312.4857.0842.94
HexAC492F03A4921c392b
Octal2541115707211141147153
Binary101011001001001101111011101010010011000011100111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC492F; }

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

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

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

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

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

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

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

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