#AC4C32

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

Shades of Rose Of Sharon #AC4C32

Tints of Rose Of Sharon #AC4C32

Color information

#AC4C32 (or 0xAC4C32) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 4C and 32. RGB value is (172,76,50). Sum of RGB (Red+Green+Blue) = 172+76+50=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 50 (19.92% from 255 or 16.78% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4C32 is #53B3CD. Grayscale: #656565. Windows color (decimal): -5485518 or 3296428. OLE color: 3296428.

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

Color convert

RGB1727650-
CMYK00.560.710.33
HSL12.79º54.95%43.53%-
HSV(B)12.79º70.93%67.45%-
XYZ20.1714.174.69-
YUV101.7498.8178.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 57.72%
GREEN value IS 76 (30.08% from 255) = 25.50%
BLUE value IS 50 (19.92% from 255) = 16.78%
R=57.72%
G=25.50%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172765000.560.710.3312.7954.9543.53
HexAC4C320384721d372c
Octal2541146207010741156754
Binary101011001001100110010011100010001111000011101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C32; }

 p { color: rgb(172,76,50); }

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

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

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

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

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

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

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