#AC482E

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

Shades of Rose Of Sharon #AC482E

Tints of Rose Of Sharon #AC482E

Color information

#AC482E (or 0xAC482E) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 48 and 2E. RGB value is (172,72,46). Sum of RGB (Red+Green+Blue) = 172+72+46=290 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.31% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 46 (18.36% from 255 or 15.86% from 290); Max value from RGB is 172 - color contains mainly: red. Hex color #AC482E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC482E is #53B7D1. Grayscale: #636363. Windows color (decimal): -5486546 or 3033260. OLE color: 3033260.

HSL color Cylindrical-coordinate representation of color #AC482E: hue angle of 12.38º degrees, saturation: 0.58, 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 #AC482E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1727246-
CMYK00.580.730.33
HSL12.38º57.8%42.75%-
HSV(B)12.38º73.26%67.45%-
XYZ19.8213.64.17-
YUV98.9498.13180.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 59.31%
GREEN value IS 72 (28.52% from 255) = 24.83%
BLUE value IS 46 (18.36% from 255) = 15.86%
R=59.31%
G=24.83%
B=15.86%

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
Decimal172724600.580.730.3312.3857.842.75
HexAC482E03A4921c3a2b
Octal2541105607211141147253
Binary101011001001000101110011101010010011000011100111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC482E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC482E; }

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

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

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

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

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

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

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

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