#AC482B

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

Shades of Rose Of Sharon #AC482B

Tints of Rose Of Sharon #AC482B

Color information

#AC482B (or 0xAC482B) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 48 and 2B. RGB value is (172,72,43). Sum of RGB (Red+Green+Blue) = 172+72+43=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 43 (17.19% from 255 or 14.98% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC482B is #53B7D4. Grayscale: #626262. Windows color (decimal): -5486549 or 2836652. OLE color: 2836652.

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

Color convert

RGB1727243-
CMYK00.580.750.33
HSL13.49º60%42.16%-
HSV(B)13.49º75%67.45%-
XYZ19.7713.583.86-
YUV98.5996.63180.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.93%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 43 (17.19% from 255) = 14.98%
R=59.93%
G=25.09%
B=14.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172724300.580.750.3313.496042.16
HexAC482B03A4B21d3c2a
Octal2541105307211341157452
Binary101011001001000101011011101010010111000011101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC482B; }

 p { color: rgb(172,72,43); }

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

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

 a { background-color: rgb(172,72,43); }

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

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

 span { border-color: rgb(172,72,43); }

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