#AC522A

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

Shades of Rose Of Sharon #AC522A

Tints of Rose Of Sharon #AC522A

Color information

#AC522A (or 0xAC522A) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 52 and 2A. RGB value is (172,82,42). Sum of RGB (Red+Green+Blue) = 172+82+42=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC522A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC522A is #53ADD5. Grayscale: #686868. Windows color (decimal): -5483990 or 2773676. OLE color: 2773676.

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

Color convert

RGB1728242-
CMYK00.520.760.33
HSL18.46º60.75%41.96%-
HSV(B)18.46º75.58%67.45%-
XYZ20.4514.974-
YUV104.3592.82176.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.11%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=58.11%
G=27.70%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172824200.520.760.3318.4660.7541.96
HexAC522A0344C21123d2a
Octal2541225206411441227552
Binary1010110010100101010100110100100110010000110010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC522A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC522A; }

 p { color: rgb(172,82,42); }

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

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

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

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

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

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

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