#A46261

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

Shades of Copper Rose #A46261

Tints of Copper Rose #A46261

Color information

#A46261 (or 0xA46261) is unknown color: approx Copper Rose. HEX triplet: A4, 62 and 61. RGB value is (164,98,97). Sum of RGB (Red+Green+Blue) = 164+98+97=359 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.68% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 164 - color contains mainly: red. Hex color #A46261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46261 is #5B9D9E. Grayscale: #757575. Windows color (decimal): -6004127 or 6382244. OLE color: 6382244.

HSL color Cylindrical-coordinate representation of color #A46261: hue angle of 0.9º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46261 is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB1649897-
CMYK00.400.410.36
HSL0.9º26.91%51.18%-
HSV(B)0.9º40.85%64.31%-
XYZ21.8417.4913.53-
YUV117.62116.37161.08-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.68%
GREEN value IS 98 (38.67% from 255) = 27.30%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=45.68%
G=27.30%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164989700.400.410.360.926.9151.18
HexA46261028292411b33
Octal244142141050514413363
Binary10100100110001011000010101000101001100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46261; }

 p { color: rgb(164,98,97); }

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

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

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

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

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

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

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