#A36969

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

Shades of Copper Rose #A36969

Tints of Copper Rose #A36969

Color information

#A36969 (or 0xA36969) is unknown color: approx Copper Rose. HEX triplet: A3, 69 and 69. RGB value is (163,105,105). Sum of RGB (Red+Green+Blue) = 163+105+105=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 105 (41.41% from 255 or 28.15% from 373); Blue value is 105 (41.41% from 255 or 28.15% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A36969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36969 is #5C9696. Grayscale: #7A7A7A. Windows color (decimal): -6067863 or 6908323. OLE color: 6908323.

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

Color convert

RGB163105105-
CMYK00.360.360.36
HSL23.97%52.55%-
HSV(B)35.58%63.92%-
XYZ22.7118.9115.82-
YUV122.34118.22157-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.70%
GREEN value IS 105 (41.41% from 255) = 28.15%
BLUE value IS 105 (41.41% from 255) = 28.15%
R=43.70%
G=28.15%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16310510500.360.360.36023.9752.55
HexA36969024242401835
Octal243151151044444403065
Binary10100011110100111010010100100100100100100011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36969; }

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

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

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

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

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

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

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

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