Html Css Color HEX #AC4625 Rose Of Sharon

📋 copy color: '#AC4625'

red 172 ◦ green 70 ◦ blue 37

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

Shades of Rose Of Sharon #AC4625

Tints of Rose Of Sharon #AC4625

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.09%

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

R = 61.65%
G = 25.09%
B = 13.26%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC4625 (or 0xAC4625) is known color: Rose Of Sharon. HEX triplet: AC, 46 and 25. RGB value is (172,70,37). Sum of RGB (Red+Green+Blue) = 172+70+37=279 (36% of max value = 765). Red value is 172 (67.58% from 255 or 61.65% from 279); Green value is 70 (27.73% from 255 or 25.09% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4625 is #53B9DA. Grayscale: #606060. Windows color (decimal): -5487067 or 2442924. OLE color: 2442924.

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

Color convert

RGB 172 70 37 -
CMYK 0 0.59 0.78 0.33
HSL 14.67º 0.65% 0.41% -
HSV(B) 14.67º 0.78% 0.67% -
XYZ 19.54 13.28 3.28 -
YUV 96.74 94.29 181.68 -
System Red Green Blue C M Y K H S L
Decimal 172 70 37 0 0.59 0.78 0.33 14.67 0.65 0.41
Hex AC 46 25 0 3B 4E 21 F 41 29
Octal 254 106 45 0 73 116 41 17 101 51
Binary 10101100 1000110 100101 0 111011 1001110 100001 1111 1000001 101001

Color Harmonies of #AC4625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4625

Black with #AC4625

Text Example


Text Example

White with #AC4625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4625; }

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

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

background-color css

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

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

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

border-color css

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

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

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