Html Css Color HEX #AC522C Rose Of Sharon

📋 copy color: '#AC522C'

red 172 ◦ green 82 ◦ blue 44

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

Shades of Rose Of Sharon #AC522C

Tints of Rose Of Sharon #AC522C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.52%

 BLUE value IS 44 (17.58% from 255) = 14.77%

R = 57.72%
G = 27.52%
B = 14.77%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC522C (or 0xAC522C) is known color: Rose Of Sharon. HEX triplet: AC, 52 and 2C. RGB value is (172,82,44). Sum of RGB (Red+Green+Blue) = 172+82+44=298 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.72% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 44 (17.58% from 255 or 14.77% from 298); Max value from RGB is 172 - color contains mainly: red. Hex color #AC522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC522C is #53ADD3. Grayscale: #686868. Windows color (decimal): -5483988 or 2904748. OLE color: 2904748.

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

Color convert

RGB 172 82 44 -
CMYK 0 0.52 0.74 0.33
HSL 17.81º 0.59% 0.42% -
HSV(B) 17.81º 0.74% 0.67% -
XYZ 20.49 14.99 4.2 -
YUV 104.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 172 82 44 0 0.52 0.74 0.33 17.81 0.59 0.42
Hex AC 52 2C 0 34 4A 21 12 3B 2A
Octal 254 122 54 0 64 112 41 22 73 52
Binary 10101100 1010010 101100 0 110100 1001010 100001 10010 111011 101010

Color Harmonies of #AC522C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC522C

Black with #AC522C

Text Example


Text Example

White with #AC522C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC522C; }

 p { color: rgb(172,82,44); }

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

background-color css

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

 a { background-color: rgb(172,82,44); }

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

border-color css

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

 span { border-color: rgb(172,82,44); }

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