#A35C5B

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

Shades of Copper Rose #A35C5B

Tints of Copper Rose #A35C5B

Color information

#A35C5B (or 0xA35C5B) is unknown color: approx Copper Rose. HEX triplet: A3, 5C and 5B. RGB value is (163,92,91). Sum of RGB (Red+Green+Blue) = 163+92+91=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5B is #5CA3A4. Grayscale: #717171. Windows color (decimal): -6071205 or 5987491. OLE color: 5987491.

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

Color convert

RGB1639291-
CMYK00.440.440.36
HSL0.83º28.35%49.8%-
HSV(B)0.83º44.17%63.92%-
XYZ20.8216.211.93-
YUV113.11115.52163.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.11%
GREEN value IS 92 (36.33% from 255) = 26.59%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=47.11%
G=26.59%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163929100.440.440.360.8328.3549.8
HexA35C5B02C2C2411c32
Octal243134133054544413462
Binary10100011101110010110110101100101100100100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C5B; }

 p { color: rgb(163,92,91); }

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

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

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

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

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

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

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