#A9472A

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

Shades of Rose Of Sharon #A9472A

Tints of Rose Of Sharon #A9472A

Color information

#A9472A (or 0xA9472A) is unknown color: approx Rose Of Sharon. HEX triplet: A9, 47 and 2A. RGB value is (169,71,42). Sum of RGB (Red+Green+Blue) = 169+71+42=282 (37% of max value = 765). Red value is 169 (66.41% from 255 or 59.93% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 169 - color contains mainly: red. Hex color #A9472A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A9472A is #56B8D5. Grayscale: #616161. Windows color (decimal): -5683414 or 2770857. OLE color: 2770857.

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

Color convert

RGB1697142-
CMYK00.580.750.34
HSL13.7º60.19%41.37%-
HSV(B)13.7º75.15%66.27%-
XYZ19.0313.113.72-
YUV9796.97179.36-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 59.93%
GREEN value IS 71 (28.12% from 255) = 25.18%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=59.93%
G=25.18%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.75
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169714200.580.750.3413.760.1941.37
HexA9472A03A4B22e3c29
Octal2511075207211342167451
Binary101010011000111101010011101010010111000101110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9472A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9472A; }

 p { color: rgb(169,71,42); }

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

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

 a { background-color: rgb(169,71,42); }

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

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

 span { border-color: rgb(169,71,42); }

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