Html Css Color HEX #AC4A24 Rose Of Sharon

📋 copy color: '#AC4A24'

red 172 ◦ green 74 ◦ blue 36

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

Shades of Rose Of Sharon #AC4A24

Tints of Rose Of Sharon #AC4A24

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.24%

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

R = 60.99%
G = 26.24%
B = 12.77%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#AC4A24 (or 0xAC4A24) is known color: Rose Of Sharon. HEX triplet: AC, 4A and 24. RGB value is (172,74,36). Sum of RGB (Red+Green+Blue) = 172+74+36=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 36 (14.45% from 255 or 12.77% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A24 is #53B5DB. Grayscale: #636363. Windows color (decimal): -5486044 or 2378412. OLE color: 2378412.

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

Color convert

RGB 172 74 36 -
CMYK 0 0.57 0.79 0.33
HSL 16.76º 0.65% 0.41% -
HSV(B) 16.76º 0.79% 0.67% -
XYZ 19.78 13.8 3.29 -
YUV 98.97 92.47 180.09 -
System Red Green Blue C M Y K H S L
Decimal 172 74 36 0 0.57 0.79 0.33 16.76 0.65 0.41
Hex AC 4A 24 0 39 4F 21 11 41 29
Octal 254 112 44 0 71 117 41 21 101 51
Binary 10101100 1001010 100100 0 111001 1001111 100001 10001 1000001 101001

Color Harmonies of #AC4A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A24

Black with #AC4A24

Text Example


Text Example

White with #AC4A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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