#a82745

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

Shades of Old Rose #A82745

Tints of Old Rose #A82745

Color information

#A82745 (or 0xA82745) is unknown color: approx Old Rose. HEX triplet: A8, 27 and 45. RGB value is (168,39,69). Sum of RGB (Red+Green+Blue) = 168+39+69=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A82745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82745 is #57D8BA. Grayscale: #515151. Windows color (decimal): -5757115 or 4532136. OLE color: 4532136.

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

Color convert

RGB1683969-
CMYK00.770.590.34
HSL346.05º62.32%40.59%-
HSV(B)346.05º76.79%65.88%-
XYZ17.9510.216.65-
YUV80.99121.24190.06-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 60.87%
GREEN value IS 39 (15.62% from 255) = 14.13%
BLUE value IS 69 (27.34% from 255) = 25%
R=60.87%
G=14.13%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.59
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168396900.770.590.34346.0562.3240.59
HexA8274504D3B2215a3e29
Octal25047105011573425327651
Binary10101000100111100010101001101111011100010101011010111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a82745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a82745; }

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

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

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

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

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

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

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

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