#AC4526

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

Shades of Rose Of Sharon #AC4526

Tints of Rose Of Sharon #AC4526

Color information

#AC4526 (or 0xAC4526) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 45 and 26. RGB value is (172,69,38). Sum of RGB (Red+Green+Blue) = 172+69+38=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4526 is #53BAD9. Grayscale: #606060. Windows color (decimal): -5487322 or 2508204. OLE color: 2508204.

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

Color convert

RGB1726938-
CMYK00.600.780.33
HSL13.88º63.81%41.18%-
HSV(B)13.88º77.91%67.45%-
XYZ19.4913.173.35-
YUV96.2695.12182.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 38 (15.23% from 255) = 13.62%
R=61.65%
G=24.73%
B=13.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172693800.600.780.3313.8863.8141.18
HexAC452603C4E21e4029
Octal25410546074116411610051
Binary1010110010001011001100111100100111010000111101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4526; }

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

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

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

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

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

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

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

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