Html Css Color HEX #AC5223 Rose Of Sharon

📋 copy color: '#AC5223'

red 172 ◦ green 82 ◦ blue 35

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

Shades of Rose Of Sharon #AC5223

Tints of Rose Of Sharon #AC5223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.11%

R = 59.52%
G = 28.37%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC5223 (or 0xAC5223) is known color: Rose Of Sharon. HEX triplet: AC, 52 and 23. RGB value is (172,82,35). Sum of RGB (Red+Green+Blue) = 172+82+35=289 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.52% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 35 (14.06% from 255 or 12.11% from 289); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC5223 is #53ADDC. Grayscale: #676767. Windows color (decimal): -5483997 or 2314924. OLE color: 2314924.

HSL color Cylindrical-coordinate representation of color #AC5223: hue angle of 20.58º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC5223 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 35 -
CMYK 0 0.52 0.80 0.33
HSL 20.58º 0.66% 0.41% -
HSV(B) 20.58º 0.8% 0.67% -
XYZ 20.33 14.93 3.4 -
YUV 103.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 172 82 35 0 0.52 0.80 0.33 20.58 0.66 0.41
Hex AC 52 23 0 34 50 21 15 42 29
Octal 254 122 43 0 64 120 41 25 102 51
Binary 10101100 1010010 100011 0 110100 1010000 100001 10101 1000010 101001

Color Harmonies of #AC5223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5223

Black with #AC5223

Text Example


Text Example

White with #AC5223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5223; }

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

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

background-color css

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

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

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

border-color css

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

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

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