#AC4A31

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

Shades of Rose Of Sharon #AC4A31

Tints of Rose Of Sharon #AC4A31

Color information

#AC4A31 (or 0xAC4A31) is unknown color: approx Rose Of Sharon. HEX triplet: AC, 4A and 31. RGB value is (172,74,49). Sum of RGB (Red+Green+Blue) = 172+74+49=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 74 (29.30% from 255 or 25.08% from 295); Blue value is 49 (19.53% from 255 or 16.61% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A31 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A31 is #53B5CE. Grayscale: #646464. Windows color (decimal): -5486031 or 3230380. OLE color: 3230380.

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

Color convert

RGB1727449-
CMYK00.570.720.33
HSL12.2º55.66%43.33%-
HSV(B)12.2º71.51%67.45%-
XYZ20.0213.894.53-
YUV100.4598.97179.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 58.31%
GREEN value IS 74 (29.30% from 255) = 25.08%
BLUE value IS 49 (19.53% from 255) = 16.61%
R=58.31%
G=25.08%
B=16.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172744900.570.720.3312.255.6643.33
HexAC4A310394821c382b
Octal2541126107111041147053
Binary101011001001010110001011100110010001000011100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4A31; }

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

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

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

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

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

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

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

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