#AC512D

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

Shades of Rose Of Sharon #AC512D

Tints of Rose Of Sharon #AC512D

Color information

#AC512D (or 0xAC512D) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 51 and 2D. RGB value is (172,81,45). Sum of RGB (Red+Green+Blue) = 172+81+45=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC512D is #53AED2. Grayscale: #686868. Windows color (decimal): -5484243 or 2970028. OLE color: 2970028.

HSL color Cylindrical-coordinate representation of color #AC512D: hue angle of 17.01º 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 #AC512D is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB1728145-
CMYK00.530.740.33
HSL17.01º58.53%42.55%-
HSV(B)17.01º73.84%67.45%-
XYZ20.4314.844.27-
YUV104.194.65176.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 81 (32.03% from 255) = 27.18%
BLUE value IS 45 (17.97% from 255) = 15.10%
R=57.72%
G=27.18%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172814500.530.740.3317.0158.5342.55
HexAC512D0354A21113b2b
Octal2541215506511241217353
Binary1010110010100011011010110101100101010000110001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC512D; }

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

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

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

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

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

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

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

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