#AC4527

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

Shades of Rose Of Sharon #AC4527

Tints of Rose Of Sharon #AC4527

Color information

#AC4527 (or 0xAC4527) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 45 and 27. RGB value is (172,69,39). Sum of RGB (Red+Green+Blue) = 172+69+39=280 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.43% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4527 is #53BAD8. Grayscale: #606060. Windows color (decimal): -5487321 or 2573740. OLE color: 2573740.

HSL color Cylindrical-coordinate representation of color #AC4527: hue angle of 13.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC4527 is Cyan = 0, Magento = 0.60, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1726939-
CMYK00.600.770.33
HSL13.53º63.03%41.37%-
HSV(B)13.53º77.33%67.45%-
XYZ19.5113.173.43-
YUV96.3895.62181.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.43%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 39 (15.62% from 255) = 13.93%
R=61.43%
G=24.64%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172693900.600.770.3313.5363.0341.37
HexAC452703C4D21e3f29
Octal2541054707411541167751
Binary101011001000101100111011110010011011000011110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4527; }

 p { color: rgb(172,69,39); }

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

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

 a { background-color: rgb(172,69,39); }

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

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

 span { border-color: rgb(172,69,39); }

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