#A26665

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

Shades of Copper Rose #A26665

Tints of Copper Rose #A26665

Color information

#A26665 (or 0xA26665) is unknown color: approx Copper Rose. HEX triplet: A2, 66 and 65. RGB value is (162,102,101). Sum of RGB (Red+Green+Blue) = 162+102+101=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A26665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26665 is #5D999A. Grayscale: #777777. Windows color (decimal): -6134171 or 6645410. OLE color: 6645410.

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

Color convert

RGB162102101-
CMYK00.370.380.36
HSL0.98º24.7%51.57%-
HSV(B)0.98º37.65%63.53%-
XYZ2218.1214.65-
YUV119.83117.38158.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 102 (40.23% from 255) = 27.95%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=44.38%
G=27.95%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210210100.370.380.360.9824.751.57
HexA26665025262411934
Octal242146145045464413164
Binary10100010110011011001010100101100110100100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26665; }

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

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

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

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

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

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

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

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