#AC4A21

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

Shades of Rose Of Sharon #AC4A21

Tints of Rose Of Sharon #AC4A21

Color information

#AC4A21 (or 0xAC4A21) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 4A and 21. RGB value is (172,74,33). Sum of RGB (Red+Green+Blue) = 172+74+33=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 74 (29.30% from 255 or 26.52% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A21 is #53B5DE. Grayscale: #626262. Windows color (decimal): -5486047 or 2181804. OLE color: 2181804.

HSL color Cylindrical-coordinate representation of color #AC4A21: hue angle of 17.7º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC4A21 is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1727433-
CMYK00.570.810.33
HSL17.7º67.8%40.2%-
HSV(B)17.7º80.81%67.45%-
XYZ19.7413.783.06-
YUV98.6390.97180.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 61.65%
GREEN value IS 74 (29.30% from 255) = 26.52%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=61.65%
G=26.52%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172743300.570.810.3317.767.840.2
HexAC4A210395121124428
Octal25411241071121412210450
Binary10101100100101010000101110011010001100001100101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A21; }

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

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

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

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

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

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

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

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