#A16969

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

Shades of Copper Rose #A16969

Tints of Copper Rose #A16969

Color information

#A16969 (or 0xA16969) is unknown color: approx Copper Rose. HEX triplet: A1, 69 and 69. RGB value is (161,105,105). Sum of RGB (Red+Green+Blue) = 161+105+105=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 105 (41.41% from 255 or 28.30% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A16969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16969 is #5E9696. Grayscale: #797979. Windows color (decimal): -6198935 or 6908321. OLE color: 6908321.

HSL color Cylindrical-coordinate representation of color #A16969: hue angle of 0º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A16969 is Cyan = 0, Magento = 0.35, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB161105105-
CMYK00.350.350.37
HSL22.95%52.16%-
HSV(B)34.78%63.14%-
XYZ22.318.715.8-
YUV121.74118.55156-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.40%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 105 (41.41% from 255) = 28.30%
R=43.40%
G=28.30%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16110510500.350.350.37022.9552.16
HexA16969023232501734
Octal241151151043434502764
Binary10100001110100111010010100011100011100101010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16969; }

 p { color: rgb(161,105,105); }

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

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

 a { background-color: rgb(161,105,105); }

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

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

 span { border-color: rgb(161,105,105); }

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