#A82545

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

Shades of Old Rose #A82545

Tints of Old Rose #A82545

Color information

#A82545 (or 0xA82545) is unknown color: approx Old Rose. HEX triplet: A8, 25 and 45. RGB value is (168,37,69). Sum of RGB (Red+Green+Blue) = 168+37+69=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A82545 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82545 is #57DABA. Grayscale: #4F4F4F. Windows color (decimal): -5757627 or 4531624. OLE color: 4531624.

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

Color convert

RGB1683769-
CMYK00.780.590.34
HSL345.34º63.9%40.2%-
HSV(B)345.34º77.98%65.88%-
XYZ17.8810.086.63-
YUV79.82121.9190.9-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 61.31%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 69 (27.34% from 255) = 25.18%
R=61.31%
G=13.50%
B=25.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168376900.780.590.34345.3463.940.2
HexA8254504E3B221594028
Octal250451050116734253110050
Binary101010001001011000101010011101110111000101010110011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82545; }

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

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

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

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

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

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

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

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