#A16262

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

Shades of Copper Rose #A16262

Tints of Copper Rose #A16262

Color information

#A16262 (or 0xA16262) is unknown color: approx Copper Rose. HEX triplet: A1, 62 and 62. RGB value is (161,98,98). Sum of RGB (Red+Green+Blue) = 161+98+98=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 98 (38.67% from 255 or 27.45% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A16262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16262 is #5E9D9D. Grayscale: #747474. Windows color (decimal): -6200734 or 6447777. OLE color: 6447777.

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

Color convert

RGB1619898-
CMYK00.390.390.37
HSL25.1%50.78%-
HSV(B)39.13%63.14%-
XYZ21.2717.1913.75-
YUV116.84117.37159.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 98 (38.67% from 255) = 27.45%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=45.10%
G=27.45%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161989800.390.390.37025.150.78
HexA16262027272501933
Octal241142142047474503163
Binary10100001110001011000100100111100111100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16262; }

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

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

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

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

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

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

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

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