Html Css Color HEX #AC5527 Rose Of Sharon

📋 copy color: '#AC5527'

red 172 ◦ green 85 ◦ blue 39

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

Shades of Rose Of Sharon #AC5527

Tints of Rose Of Sharon #AC5527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.18%

R = 58.11%
G = 28.72%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5527 (or 0xAC5527) is known color: Rose Of Sharon. HEX triplet: AC, 55 and 27. RGB value is (172,85,39). Sum of RGB (Red+Green+Blue) = 172+85+39=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 85 (33.59% from 255 or 28.72% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5527 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5527 is #53AAD8. Grayscale: #6A6A6A. Windows color (decimal): -5483225 or 2577836. OLE color: 2577836.

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

Color convert

RGB 172 85 39 -
CMYK 0 0.51 0.77 0.33
HSL 20.75º 0.63% 0.41% -
HSV(B) 20.75º 0.77% 0.67% -
XYZ 20.63 15.41 3.81 -
YUV 105.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 172 85 39 0 0.51 0.77 0.33 20.75 0.63 0.41
Hex AC 55 27 0 33 4D 21 15 3F 29
Octal 254 125 47 0 63 115 41 25 77 51
Binary 10101100 1010101 100111 0 110011 1001101 100001 10101 111111 101001

Color Harmonies of #AC5527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5527

Black with #AC5527

Text Example


Text Example

White with #AC5527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5527; }

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

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

background-color css

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

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

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

border-color css

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

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

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