Html Css Color HEX #AC542A Rose Of Sharon

📋 copy color: '#AC542A'

red 172 ◦ green 84 ◦ blue 42

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

Shades of Rose Of Sharon #AC542A

Tints of Rose Of Sharon #AC542A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.19%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 57.72%
G = 28.19%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC542A (or 0xAC542A) is known color: Rose Of Sharon. HEX triplet: AC, 54 and 2A. RGB value is (172,84,42). Sum of RGB (Red+Green+Blue) = 172+84+42=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC542A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC542A is #53ABD5. Grayscale: #696969. Windows color (decimal): -5483478 or 2774188. OLE color: 2774188.

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

Color convert

RGB 172 84 42 -
CMYK 0 0.51 0.76 0.33
HSL 19.38º 0.61% 0.42% -
HSV(B) 19.38º 0.76% 0.67% -
XYZ 20.6 15.28 4.05 -
YUV 105.52 92.15 175.42 -
System Red Green Blue C M Y K H S L
Decimal 172 84 42 0 0.51 0.76 0.33 19.38 0.61 0.42
Hex AC 54 2A 0 33 4C 21 13 3D 2A
Octal 254 124 52 0 63 114 41 23 75 52
Binary 10101100 1010100 101010 0 110011 1001100 100001 10011 111101 101010

Color Harmonies of #AC542A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC542A

Black with #AC542A

Text Example


Text Example

White with #AC542A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC542A; }

 p { color: rgb(172,84,42); }

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

background-color css

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

 a { background-color: rgb(172,84,42); }

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

border-color css

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

 span { border-color: rgb(172,84,42); }

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