#A92947

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

Shades of Old Rose #A92947

Tints of Old Rose #A92947

Color information

#A92947 (or 0xA92947) is unknown color: approx Old Rose. HEX triplet: A9, 29 and 47. RGB value is (169,41,71). Sum of RGB (Red+Green+Blue) = 169+41+71=281 (37% of max value = 765). Red value is 169 (66.41% from 255 or 60.14% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 71 (28.12% from 255 or 25.27% from 281); Max value from RGB is 169 - color contains mainly: red. Hex color #A92947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92947 is #56D6B8. Grayscale: #525252. Windows color (decimal): -5691065 or 4663721. OLE color: 4663721.

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

Color convert

RGB1694171-
CMYK00.760.580.34
HSL345.94º60.95%41.18%-
HSV(B)345.94º75.74%66.27%-
XYZ18.2910.487.02-
YUV82.69121.41189.56-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 60.14%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 71 (28.12% from 255) = 25.27%
R=60.14%
G=14.59%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169417100.760.580.34345.9460.9541.18
HexA9294704C3A2215a3d29
Octal25151107011472425327551
Binary10101001101001100011101001100111010100010101011010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92947; }

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

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

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

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

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

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

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

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