Html Css Color HEX #AC5124 Rose Of Sharon

📋 copy color: '#AC5124'

red 172 ◦ green 81 ◦ blue 36

#AC5124
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Of Sharon #AC5124

Tints of Rose Of Sharon #AC5124

RGB

 RED value IS 172 (67.58% from 255) = 59.52%

 GREEN value IS 81 (32.03% from 255) = 28.03%

 BLUE value IS 36 (14.45% from 255) = 12.46%

R = 59.52%
G = 28.03%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC5124 (or 0xAC5124) is known color: Rose Of Sharon. HEX triplet: AC, 51 and 24. RGB value is (172,81,36). Sum of RGB (Red+Green+Blue) = 172+81+36=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 81 (32.03% from 255 or 28.03% from 289); Blue value is 36 (14.45% from 255 or 12.46% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5124 is #53AEDB. Grayscale: #676767. Windows color (decimal): -5484252 or 2380204. OLE color: 2380204.

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

Color convert

RGB 172 81 36 -
CMYK 0 0.53 0.79 0.33
HSL 19.85º 0.65% 0.41% -
HSV(B) 19.85º 0.79% 0.67% -
XYZ 20.27 14.78 3.45 -
YUV 103.08 90.15 177.16 -
System Red Green Blue C M Y K H S L
Decimal 172 81 36 0 0.53 0.79 0.33 19.85 0.65 0.41
Hex AC 51 24 0 35 4F 21 14 41 29
Octal 254 121 44 0 65 117 41 24 101 51
Binary 10101100 1010001 100100 0 110101 1001111 100001 10100 1000001 101001

Color Harmonies of #AC5124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5124

Black with #AC5124

Text Example


Text Example

White with #AC5124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5124; }

 p { color: rgb(172,81,36); }

 H1.HeaderClassName
 {
   color: #AC5124;
 }
 .AnyTagClassName
 {
   color: #AC5124;
 }
</style>

background-color css

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

 a { background-color: rgb(172,81,36); }

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

border-color css

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

 span { border-color: rgb(172,81,36); }

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