#A26663

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

Shades of Copper Rose #A26663

Tints of Copper Rose #A26663

Color information

#A26663 (or 0xA26663) is unknown color: approx Copper Rose. HEX triplet: A2, 66 and 63. RGB value is (162,102,99). Sum of RGB (Red+Green+Blue) = 162+102+99=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 102 (40.23% from 255 or 28.10% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A26663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26663 is #5D999C. Grayscale: #777777. Windows color (decimal): -6134173 or 6514338. OLE color: 6514338.

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

Color convert

RGB16210299-
CMYK00.370.390.36
HSL2.86º25.3%51.18%-
HSV(B)2.86º38.89%63.53%-
XYZ21.918.0814.14-
YUV119.6116.38158.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 102 (40.23% from 255) = 28.10%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=44.63%
G=28.10%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1621029900.370.390.362.8625.351.18
HexA26663025272431933
Octal242146143045474433163
Binary101000101100110110001101001011001111001001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26663; }

 p { color: rgb(162,102,99); }

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

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

 a { background-color: rgb(162,102,99); }

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

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

 span { border-color: rgb(162,102,99); }

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