Html Css Color HEX #AC4D24 Rose Of Sharon

📋 copy color: '#AC4D24'

red 172 ◦ green 77 ◦ blue 36

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

Shades of Rose Of Sharon #AC4D24

Tints of Rose Of Sharon #AC4D24

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.02%

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

R = 60.35%
G = 27.02%
B = 12.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC4D24 (or 0xAC4D24) is known color: Rose Of Sharon. HEX triplet: AC, 4D and 24. RGB value is (172,77,36). Sum of RGB (Red+Green+Blue) = 172+77+36=285 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.35% from 285); Green value is 77 (30.47% from 255 or 27.02% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC4D24 is #53B2DB. Grayscale: #646464. Windows color (decimal): -5485276 or 2379180. OLE color: 2379180.

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

Color convert

RGB 172 77 36 -
CMYK 0 0.55 0.79 0.33
HSL 18.09º 0.65% 0.41% -
HSV(B) 18.09º 0.79% 0.67% -
XYZ 19.99 14.21 3.36 -
YUV 100.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 172 77 36 0 0.55 0.79 0.33 18.09 0.65 0.41
Hex AC 4D 24 0 37 4F 21 12 41 29
Octal 254 115 44 0 67 117 41 22 101 51
Binary 10101100 1001101 100100 0 110111 1001111 100001 10010 1000001 101001

Color Harmonies of #AC4D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4D24

Black with #AC4D24

Text Example


Text Example

White with #AC4D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4D24; }

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

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

background-color css

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

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

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

border-color css

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

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

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