#A92643

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

Shades of Old Rose #A92643

Tints of Old Rose #A92643

Color information

#A92643 (or 0xA92643) is unknown color: approx Old Rose. HEX triplet: A9, 26 and 43. RGB value is (169,38,67). Sum of RGB (Red+Green+Blue) = 169+38+67=274 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.68% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 67 (26.56% from 255 or 24.45% from 274); Max value from RGB is 169 - color contains mainly: red. Hex color #A92643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92643 is #56D9BC. Grayscale: #505050. Windows color (decimal): -5691837 or 4400809. OLE color: 4400809.

HSL color Cylindrical-coordinate representation of color #A92643: hue angle of 346.72º 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 #A92643 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB1693867-
CMYK00.780.600.34
HSL346.72º63.29%40.59%-
HSV(B)346.72º77.51%66.27%-
XYZ18.0710.236.33-
YUV80.47120.4191.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 61.68%
GREEN value IS 38 (15.23% from 255) = 13.87%
BLUE value IS 67 (26.56% from 255) = 24.45%
R=61.68%
G=13.87%
B=24.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169386700.780.600.34346.7263.2940.59
HexA9264304E3C2215b3f29
Octal25146103011674425337751
Binary10101001100110100001101001110111100100010101011011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A92643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A92643; }

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

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

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

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

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

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

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

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