Html Css Color HEX #AC5526 Rose Of Sharon

📋 copy color: '#AC5526'

red 172 ◦ green 85 ◦ blue 38

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

Shades of Rose Of Sharon #AC5526

Tints of Rose Of Sharon #AC5526

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 38 (15.23% from 255) = 12.88%

R = 58.31%
G = 28.81%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC5526 (or 0xAC5526) is known color: Rose Of Sharon. HEX triplet: AC, 55 and 26. RGB value is (172,85,38). Sum of RGB (Red+Green+Blue) = 172+85+38=295 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.31% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 38 (15.23% from 255 or 12.88% from 295); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5526 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5526 is #53AAD9. Grayscale: #696969. Windows color (decimal): -5483226 or 2512300. OLE color: 2512300.

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

Color convert

RGB 172 85 38 -
CMYK 0 0.51 0.78 0.33
HSL 21.04º 0.64% 0.41% -
HSV(B) 21.04º 0.78% 0.67% -
XYZ 20.61 15.41 3.72 -
YUV 105.66 89.82 175.32 -
System Red Green Blue C M Y K H S L
Decimal 172 85 38 0 0.51 0.78 0.33 21.04 0.64 0.41
Hex AC 55 26 0 33 4E 21 15 40 29
Octal 254 125 46 0 63 116 41 25 100 51
Binary 10101100 1010101 100110 0 110011 1001110 100001 10101 1000000 101001

Color Harmonies of #AC5526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5526

Black with #AC5526

Text Example


Text Example

White with #AC5526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5526; }

 p { color: rgb(172,85,38); }

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

background-color css

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

 a { background-color: rgb(172,85,38); }

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

border-color css

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

 span { border-color: rgb(172,85,38); }

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