Html Css Color HEX #AC4825 Rose Of Sharon

📋 copy color: '#AC4825'

red 172 ◦ green 72 ◦ blue 37

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

Shades of Rose Of Sharon #AC4825

Tints of Rose Of Sharon #AC4825

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.62%

 BLUE value IS 37 (14.84% from 255) = 13.17%

R = 61.21%
G = 25.62%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4825 (or 0xAC4825) is known color: Rose Of Sharon. HEX triplet: AC, 48 and 25. RGB value is (172,72,37). Sum of RGB (Red+Green+Blue) = 172+72+37=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 37 (14.84% from 255 or 13.17% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4825 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4825 is #53B7DA. Grayscale: #626262. Windows color (decimal): -5486555 or 2443436. OLE color: 2443436.

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

Color convert

RGB 172 72 37 -
CMYK 0 0.58 0.78 0.33
HSL 15.56º 0.65% 0.41% -
HSV(B) 15.56º 0.78% 0.67% -
XYZ 19.66 13.54 3.33 -
YUV 97.91 93.63 180.85 -
System Red Green Blue C M Y K H S L
Decimal 172 72 37 0 0.58 0.78 0.33 15.56 0.65 0.41
Hex AC 48 25 0 3A 4E 21 10 41 29
Octal 254 110 45 0 72 116 41 20 101 51
Binary 10101100 1001000 100101 0 111010 1001110 100001 10000 1000001 101001

Color Harmonies of #AC4825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4825

Black with #AC4825

Text Example


Text Example

White with #AC4825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4825; }

 p { color: rgb(172,72,37); }

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

background-color css

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

 a { background-color: rgb(172,72,37); }

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

border-color css

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

 span { border-color: rgb(172,72,37); }

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