#A36462

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

Shades of Copper Rose #A36462

Tints of Copper Rose #A36462

Color information

#A36462 (or 0xA36462) is unknown color: approx Copper Rose. HEX triplet: A3, 64 and 62. RGB value is (163,100,98). Sum of RGB (Red+Green+Blue) = 163+100+98=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 98 (38.67% from 255 or 27.15% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A36462 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36462 is #5C9B9D. Grayscale: #767676. Windows color (decimal): -6069150 or 6448291. OLE color: 6448291.

HSL color Cylindrical-coordinate representation of color #A36462: hue angle of 1.85º 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 #A36462 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB16310098-
CMYK00.390.400.36
HSL1.85º26.1%51.18%-
HSV(B)1.85º39.88%63.92%-
XYZ21.8717.7813.84-
YUV118.61116.37159.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 45.15%
GREEN value IS 100 (39.45% from 255) = 27.70%
BLUE value IS 98 (38.67% from 255) = 27.15%
R=45.15%
G=27.70%
B=27.15%

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
Decimal1631009800.390.400.361.8526.151.18
HexA36462027282421a33
Octal243144142047504423263
Binary101000111100100110001001001111010001001001011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36462; }

 p { color: rgb(163,100,98); }

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

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

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

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

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

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

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