#A82544

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

Shades of Old Rose #A82544

Tints of Old Rose #A82544

Color information

#A82544 (or 0xA82544) is unknown color: approx Old Rose. HEX triplet: A8, 25 and 44. RGB value is (168,37,68). Sum of RGB (Red+Green+Blue) = 168+37+68=273 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.54% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 168 - color contains mainly: red. Hex color #A82544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82544 is #57DABB. Grayscale: #4F4F4F. Windows color (decimal): -5757628 or 4466088. OLE color: 4466088.

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

Color convert

RGB1683768-
CMYK00.780.600.34
HSL345.8º63.9%40.2%-
HSV(B)345.8º77.98%65.88%-
XYZ17.8510.076.47-
YUV79.7121.4190.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.54%
GREEN value IS 37 (14.84% from 255) = 13.55%
BLUE value IS 68 (26.95% from 255) = 24.91%
R=61.54%
G=13.55%
B=24.91%

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
Decimal168376800.780.600.34345.863.940.2
HexA8254404E3C2215a4028
Octal250451040116744253210050
Binary101010001001011000100010011101111001000101010110101000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82544; }

 p { color: rgb(168,37,68); }

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

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

 a { background-color: rgb(168,37,68); }

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

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

 span { border-color: rgb(168,37,68); }

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