#A92640

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

Shades of Old Rose #A92640

Tints of Old Rose #A92640

Color information

#A92640 (or 0xA92640) is unknown color: approx Old Rose. HEX triplet: A9, 26 and 40. RGB value is (169,38,64). Sum of RGB (Red+Green+Blue) = 169+38+64=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 64 (25.39% from 255 or 23.62% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A92640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92640 is #56D9BF. Grayscale: #505050. Windows color (decimal): -5691840 or 4204201. OLE color: 4204201.

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

Color convert

RGB1693864-
CMYK00.780.620.34
HSL348.09º63.29%40.59%-
HSV(B)348.09º77.51%66.27%-
XYZ17.9810.195.87-
YUV80.13118.9191.39-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 62.36%
GREEN value IS 38 (15.23% from 255) = 14.02%
BLUE value IS 64 (25.39% from 255) = 23.62%
R=62.36%
G=14.02%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169386400.780.620.34348.0963.2940.59
HexA9264004E3E2215c3f29
Octal25146100011676425347751
Binary10101001100110100000001001110111110100010101011100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92640; }

 p { color: rgb(169,38,64); }

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

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

 a { background-color: rgb(169,38,64); }

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

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

 span { border-color: rgb(169,38,64); }

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