Html Css Color HEX #AC492B Rose Of Sharon

📋 copy color: '#AC492B'

red 172 ◦ green 73 ◦ blue 43

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

Shades of Rose Of Sharon #AC492B

Tints of Rose Of Sharon #AC492B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.93%

R = 59.72%
G = 25.35%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC492B (or 0xAC492B) is known color: Rose Of Sharon. HEX triplet: AC, 49 and 2B. RGB value is (172,73,43). Sum of RGB (Red+Green+Blue) = 172+73+43=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 43 (17.19% from 255 or 14.93% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC492B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC492B is #53B6D4. Grayscale: #636363. Windows color (decimal): -5486293 or 2836908. OLE color: 2836908.

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

Color convert

RGB 172 73 43 -
CMYK 0 0.58 0.75 0.33
HSL 13.95º 0.6% 0.42% -
HSV(B) 13.95º 0.75% 0.67% -
XYZ 19.83 13.71 3.89 -
YUV 99.18 96.3 179.94 -
System Red Green Blue C M Y K H S L
Decimal 172 73 43 0 0.58 0.75 0.33 13.95 0.6 0.42
Hex AC 49 2B 0 3A 4B 21 E 3C 2A
Octal 254 111 53 0 72 113 41 16 74 52
Binary 10101100 1001001 101011 0 111010 1001011 100001 1110 111100 101010

Color Harmonies of #AC492B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC492B

Black with #AC492B

Text Example


Text Example

White with #AC492B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC492B; }

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

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

background-color css

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

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

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

border-color css

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

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

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