Html Css Color HEX #AC5327 Rose Of Sharon

📋 copy color: '#AC5327'

red 172 ◦ green 83 ◦ blue 39

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

Shades of Rose Of Sharon #AC5327

Tints of Rose Of Sharon #AC5327

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.23%

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

R = 58.5%
G = 28.23%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC5327 (or 0xAC5327) is known color: Rose Of Sharon. HEX triplet: AC, 53 and 27. RGB value is (172,83,39). Sum of RGB (Red+Green+Blue) = 172+83+39=294 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.50% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 39 (15.62% from 255 or 13.27% from 294); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5327 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5327 is #53ACD8. Grayscale: #686868. Windows color (decimal): -5483737 or 2577324. OLE color: 2577324.

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

Color convert

RGB 172 83 39 -
CMYK 0 0.52 0.77 0.33
HSL 19.85º 0.63% 0.41% -
HSV(B) 19.85º 0.77% 0.67% -
XYZ 20.47 15.1 3.76 -
YUV 104.6 90.99 176.08 -
System Red Green Blue C M Y K H S L
Decimal 172 83 39 0 0.52 0.77 0.33 19.85 0.63 0.41
Hex AC 53 27 0 34 4D 21 14 3F 29
Octal 254 123 47 0 64 115 41 24 77 51
Binary 10101100 1010011 100111 0 110100 1001101 100001 10100 111111 101001

Color Harmonies of #AC5327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5327

Black with #AC5327

Text Example


Text Example

White with #AC5327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5327; }

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

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

background-color css

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

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

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

border-color css

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

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

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