#A46362

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

Shades of Copper Rose #A46362

Tints of Copper Rose #A46362

Color information

#A46362 (or 0xA46362) is unknown color: approx Copper Rose. HEX triplet: A4, 63 and 62. RGB value is (164,99,98). Sum of RGB (Red+Green+Blue) = 164+99+98=361 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.43% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 164 - color contains mainly: red. Hex color #A46362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46362 is #5B9C9D. Grayscale: #767676. Windows color (decimal): -6003870 or 6448036. OLE color: 6448036.

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

Color convert

RGB1649998-
CMYK00.400.400.36
HSL0.91º26.61%51.37%-
HSV(B)0.91º40.24%64.31%-
XYZ21.9817.713.81-
YUV118.32116.53160.58-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.43%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=45.43%
G=27.42%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164999800.400.400.360.9126.6151.37
HexA46362028282411b33
Octal244143142050504413363
Binary10100100110001111000100101000101000100100111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46362; }

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

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

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

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

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

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

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

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