#A76262

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

Shades of Copper Rose #A76262

Tints of Copper Rose #A76262

Color information

#A76262 (or 0xA76262) is unknown color: approx Copper Rose. HEX triplet: A7, 62 and 62. RGB value is (167,98,98). Sum of RGB (Red+Green+Blue) = 167+98+98=363 (48% of max value = 765). Red value is 167 (65.62% from 255 or 46.01% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 98 (38.67% from 255 or 27.00% from 363); Max value from RGB is 167 - color contains mainly: red. Hex color #A76262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A76262 is #589D9D. Grayscale: #767676. Windows color (decimal): -5807518 or 6447783. OLE color: 6447783.

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

Color convert

RGB1679898-
CMYK00.410.410.35
HSL28.16%51.96%-
HSV(B)41.32%65.49%-
XYZ22.5117.8313.81-
YUV118.63116.36162.5-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.01%
GREEN value IS 98 (38.67% from 255) = 27.00%
BLUE value IS 98 (38.67% from 255) = 27.00%
R=46.01%
G=27.00%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167989800.410.410.35028.1651.96
HexA76262029292301c34
Octal247142142051514303464
Binary10100111110001011000100101001101001100011011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76262; }

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

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

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

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

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

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

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

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