Html Css Color HEX #AC492E Rose Of Sharon

📋 copy color: '#AC492E'

red 172 ◦ green 73 ◦ blue 46

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

Shades of Rose Of Sharon #AC492E

Tints of Rose Of Sharon #AC492E

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.09%

 BLUE value IS 46 (18.36% from 255) = 15.81%

R = 59.11%
G = 25.09%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC492E (or 0xAC492E) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 2E. RGB value is (172,73,46). Sum of RGB (Red+Green+Blue) = 172+73+46=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 46 (18.36% from 255 or 15.81% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492E is #53B6D1. Grayscale: #636363. Windows color (decimal): -5486290 or 3033516. OLE color: 3033516.

HSL color Cylindrical-coordinate representation of color #AC492E: hue angle of 12.86º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC492E is Cyan = 0, Magento = 0.58, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 73 46 -
CMYK 0 0.58 0.73 0.33
HSL 12.86º 0.58% 0.43% -
HSV(B) 12.86º 0.73% 0.67% -
XYZ 19.89 13.73 4.19 -
YUV 99.52 97.8 179.7 -
System Red Green Blue C M Y K H S L
Decimal 172 73 46 0 0.58 0.73 0.33 12.86 0.58 0.43
Hex AC 49 2E 0 3A 49 21 D 3A 2B
Octal 254 111 56 0 72 111 41 15 72 53
Binary 10101100 1001001 101110 0 111010 1001001 100001 1101 111010 101011

Color Harmonies of #AC492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC492E

Black with #AC492E

Text Example


Text Example

White with #AC492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC492E; }

 p { color: rgb(172,73,46); }

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

background-color css

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

 a { background-color: rgb(172,73,46); }

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

border-color css

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

 span { border-color: rgb(172,73,46); }

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