#A36361

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

Shades of Copper Rose #A36361

Tints of Copper Rose #A36361

Color information

#A36361 (or 0xA36361) is unknown color: approx Copper Rose. HEX triplet: A3, 63 and 61. RGB value is (163,99,97). Sum of RGB (Red+Green+Blue) = 163+99+97=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 99 (39.06% from 255 or 27.58% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A36361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36361 is #5C9C9E. Grayscale: #757575. Windows color (decimal): -6069407 or 6382499. OLE color: 6382499.

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

Color convert

RGB1639997-
CMYK00.390.400.36
HSL1.82º26.4%50.98%-
HSV(B)1.82º40.49%63.92%-
XYZ21.7217.5713.56-
YUV117.91116.2160.16-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.40%
GREEN value IS 99 (39.06% from 255) = 27.58%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=45.40%
G=27.58%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163999700.390.400.361.8226.450.98
HexA36361027282421a33
Octal243143141047504423263
Binary101000111100011110000101001111010001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36361; }

 p { color: rgb(163,99,97); }

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

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

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

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

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

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

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