#A82243

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

Shades of Old Rose #A82243

Tints of Old Rose #A82243

Color information

#A82243 (or 0xA82243) is unknown color: approx Old Rose. HEX triplet: A8, 22 and 43. RGB value is (168,34,67). Sum of RGB (Red+Green+Blue) = 168+34+67=269 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.45% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 168 - color contains mainly: red. Hex color #A82243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A82243 is #57DDBC. Grayscale: #4D4D4D. Windows color (decimal): -5758397 or 4399784. OLE color: 4399784.

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

Color convert

RGB1683467-
CMYK00.800.600.34
HSL345.22º66.34%39.61%-
HSV(B)345.22º79.76%65.88%-
XYZ17.739.876.28-
YUV77.83121.89192.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 62.45%
GREEN value IS 34 (13.67% from 255) = 12.64%
BLUE value IS 67 (26.56% from 255) = 24.91%
R=62.45%
G=12.64%
B=24.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168346700.800.600.34345.2266.3439.61
HexA822430503C221594228
Octal250421030120744253110250
Binary101010001000101000011010100001111001000101010110011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A82243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A82243; }

 p { color: rgb(168,34,67); }

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

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

 a { background-color: rgb(168,34,67); }

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

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

 span { border-color: rgb(168,34,67); }

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