#A9492C

Color #A9492C Rose Of Sharon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Of Sharon #A9492C

Tints of Rose Of Sharon #A9492C

Color information

#A9492C (or 0xA9492C) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 49 and 2C. RGB value is (169,73,44). Sum of RGB (Red+Green+Blue) = 169+73+44=286 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.09% from 286); Green value is 73 (28.91% from 255 or 25.52% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 169 - color contains mainly: red. Hex color #A9492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9492C is #56B6D3. Grayscale: #626262. Windows color (decimal): -5682900 or 2902441. OLE color: 2902441.

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

Color convert

RGB1697344-
CMYK00.570.740.34
HSL13.92º58.69%41.76%-
HSV(B)13.92º73.96%66.27%-
XYZ19.213.383.95-
YUV98.497.3178.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.09%
GREEN value IS 73 (28.91% from 255) = 25.52%
BLUE value IS 44 (17.58% from 255) = 15.38%
R=59.09%
G=25.52%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.74
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169734400.570.740.3413.9258.6941.76
HexA9492C0394A22e3b2a
Octal2511115407111242167352
Binary101010011001001101100011100110010101000101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9492C; }

 p { color: rgb(169,73,44); }

 H1.HeaderClassName
 {
   color: #A9492C;
 }
 .AnyTagClassName
 {
   color: #A9492C;
 }
</style>
background-color css

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

 a { background-color: rgb(169,73,44); }

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

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

 span { border-color: rgb(169,73,44); }

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