#A26969

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

Shades of Copper Rose #A26969

Tints of Copper Rose #A26969

Color information

#A26969 (or 0xA26969) is unknown color: approx Copper Rose. HEX triplet: A2, 69 and 69. RGB value is (162,105,105). Sum of RGB (Red+Green+Blue) = 162+105+105=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A26969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26969 is #5D9696. Grayscale: #7A7A7A. Windows color (decimal): -6133399 or 6908322. OLE color: 6908322.

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

Color convert

RGB162105105-
CMYK00.350.350.36
HSL23.46%52.35%-
HSV(B)35.19%63.53%-
XYZ22.518.815.81-
YUV122.04118.38156.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=43.55%
G=28.23%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16210510500.350.350.36023.4652.35
HexA26969023232401734
Octal242151151043434402764
Binary10100010110100111010010100011100011100100010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26969; }

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

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

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

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

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

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

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

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