Html Css Color HEX #AC502C Rose Of Sharon

📋 copy color: '#AC502C'

red 172 ◦ green 80 ◦ blue 44

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

Shades of Rose Of Sharon #AC502C

Tints of Rose Of Sharon #AC502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.03%

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

R = 58.11%
G = 27.03%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC502C (or 0xAC502C) is known color: Rose Of Sharon. HEX triplet: AC, 50 and 2C. RGB value is (172,80,44). Sum of RGB (Red+Green+Blue) = 172+80+44=296 (39% of max value = 765). Red value is 172 (67.58% from 255 or 58.11% from 296); Green value is 80 (31.64% from 255 or 27.03% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 172 - color contains mainly: red. Hex color #AC502C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AC502C is #53AFD3. Grayscale: #676767. Windows color (decimal): -5484500 or 2904236. OLE color: 2904236.

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

Color convert

RGB 172 80 44 -
CMYK 0 0.53 0.74 0.33
HSL 16.88º 0.59% 0.42% -
HSV(B) 16.88º 0.74% 0.67% -
XYZ 20.34 14.69 4.15 -
YUV 103.4 94.48 176.93 -
System Red Green Blue C M Y K H S L
Decimal 172 80 44 0 0.53 0.74 0.33 16.88 0.59 0.42
Hex AC 50 2C 0 35 4A 21 11 3B 2A
Octal 254 120 54 0 65 112 41 21 73 52
Binary 10101100 1010000 101100 0 110101 1001010 100001 10001 111011 101010

Color Harmonies of #AC502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC502C

Black with #AC502C

Text Example


Text Example

White with #AC502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC502C; }

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

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

background-color css

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

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

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

border-color css

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

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

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