#AC4A26

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

Shades of Rose Of Sharon #AC4A26

Tints of Rose Of Sharon #AC4A26

Color information

#AC4A26 (or 0xAC4A26) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 4A and 26. RGB value is (172,74,38). Sum of RGB (Red+Green+Blue) = 172+74+38=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A26 is #53B5D9. Grayscale: #636363. Windows color (decimal): -5486042 or 2509484. OLE color: 2509484.

HSL color Cylindrical-coordinate representation of color #AC4A26: hue angle of 16.12º 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 #AC4A26 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB1727438-
CMYK00.570.780.33
HSL16.12º63.81%41.18%-
HSV(B)16.12º77.91%67.45%-
XYZ19.8113.813.45-
YUV99.293.47179.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 60.56%
GREEN value IS 74 (29.30% from 255) = 26.06%
BLUE value IS 38 (15.23% from 255) = 13.38%
R=60.56%
G=26.06%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172743800.570.780.3316.1263.8141.18
HexAC4A260394E21104029
Octal25411246071116412010051
Binary10101100100101010011001110011001110100001100001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A26; }

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

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

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

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

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

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

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

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