Html Css Color HEX #AC4925 Rose Of Sharon

📋 copy color: '#AC4925'

red 172 ◦ green 73 ◦ blue 37

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

Shades of Rose Of Sharon #AC4925

Tints of Rose Of Sharon #AC4925

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.89%

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

R = 60.99%
G = 25.89%
B = 13.12%

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

#AC4925 (or 0xAC4925) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 25. RGB value is (172,73,37). Sum of RGB (Red+Green+Blue) = 172+73+37=282 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.99% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4925 is #53B6DA. Grayscale: #626262. Windows color (decimal): -5486299 or 2443692. OLE color: 2443692.

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

Color convert

RGB 172 73 37 -
CMYK 0 0.58 0.78 0.33
HSL 16º 0.65% 0.41% -
HSV(B) 16º 0.78% 0.67% -
XYZ 19.73 13.67 3.35 -
YUV 98.5 93.3 180.43 -
System Red Green Blue C M Y K H S L
Decimal 172 73 37 0 0.58 0.78 0.33 16 0.65 0.41
Hex AC 49 25 0 3A 4E 21 10 41 29
Octal 254 111 45 0 72 116 41 20 101 51
Binary 10101100 1001001 100101 0 111010 1001110 100001 10000 1000001 101001

Color Harmonies of #AC4925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4925

Black with #AC4925

Text Example


Text Example

White with #AC4925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4925; }

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

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

background-color css

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

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

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

border-color css

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

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

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