#A76261

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

Shades of Copper Rose #A76261

Tints of Copper Rose #A76261

Color information

#A76261 (or 0xA76261) is unknown color: approx Copper Rose. HEX triplet: A7, 62 and 61. RGB value is (167,98,97). Sum of RGB (Red+Green+Blue) = 167+98+97=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A76261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76261 is #589D9E. Grayscale: #767676. Windows color (decimal): -5807519 or 6382247. OLE color: 6382247.

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

Color convert

RGB1679897-
CMYK00.410.420.35
HSL0.86º28.46%51.76%-
HSV(B)0.86º41.92%65.49%-
XYZ22.4617.8113.56-
YUV118.52115.86162.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 98 (38.67% from 255) = 27.07%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=46.13%
G=27.07%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167989700.410.420.350.8628.4651.76
HexA762610292A2311c34
Octal247142141051524313464
Binary10100111110001011000010101001101010100011111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76261; }

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

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

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

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

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

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

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

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