#A16362

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

Shades of Copper Rose #A16362

Tints of Copper Rose #A16362

Color information

#A16362 (or 0xA16362) is unknown color: approx Copper Rose. HEX triplet: A1, 63 and 62. RGB value is (161,99,98). Sum of RGB (Red+Green+Blue) = 161+99+98=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 98 (38.67% from 255 or 27.37% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16362 is #5E9C9D. Grayscale: #757575. Windows color (decimal): -6200478 or 6448033. OLE color: 6448033.

HSL color Cylindrical-coordinate representation of color #A16362: hue angle of 0.95º 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 #A16362 is Cyan = 0, Magento = 0.39, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB1619998-
CMYK00.390.390.37
HSL0.95º25.1%50.78%-
HSV(B)0.95º39.13%63.14%-
XYZ21.3617.3813.78-
YUV117.42117.04159.08-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.97%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 98 (38.67% from 255) = 27.37%
R=44.97%
G=27.65%
B=27.37%

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
Decimal161999800.390.390.370.9525.150.78
HexA16362027272511933
Octal241143142047474513163
Binary10100001110001111000100100111100111100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16362; }

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

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

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

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

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

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

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

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