#A26968

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

Shades of Copper Rose #A26968

Tints of Copper Rose #A26968

Color information

#A26968 (or 0xA26968) is unknown color: approx Copper Rose. HEX triplet: A2, 69 and 68. RGB value is (162,105,104). Sum of RGB (Red+Green+Blue) = 162+105+104=371 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.67% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 104 (41.02% from 255 or 28.03% from 371); Max value from RGB is 162 - color contains mainly: red. Hex color #A26968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26968 is #5D9697. Grayscale: #797979. Windows color (decimal): -6133400 or 6842786. OLE color: 6842786.

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

Color convert

RGB162105104-
CMYK00.350.360.36
HSL1.03º23.77%52.16%-
HSV(B)1.03º35.8%63.53%-
XYZ22.4518.7815.54-
YUV121.93117.88156.58-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.67%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 104 (41.02% from 255) = 28.03%
R=43.67%
G=28.30%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210510400.350.360.361.0323.7752.16
HexA26968023242411834
Octal242151150043444413064
Binary10100010110100111010000100011100100100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26968; }

 p { color: rgb(162,105,104); }

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

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

 a { background-color: rgb(162,105,104); }

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

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

 span { border-color: rgb(162,105,104); }

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