#A35C5A

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

Shades of Copper Rose #A35C5A

Tints of Copper Rose #A35C5A

Color information

#A35C5A (or 0xA35C5A) is unknown color: approx Copper Rose. HEX triplet: A3, 5C and 5A. RGB value is (163,92,90). Sum of RGB (Red+Green+Blue) = 163+92+90=345 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.25% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5A is #5CA3A5. Grayscale: #717171. Windows color (decimal): -6071206 or 5921955. OLE color: 5921955.

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

Color convert

RGB1639290-
CMYK00.440.450.36
HSL1.64º28.85%49.61%-
HSV(B)1.64º44.79%63.92%-
XYZ20.7816.1811.7-
YUV113115.02163.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 47.25%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=47.25%
G=26.67%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.45
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163929000.440.450.361.6428.8549.61
HexA35C5A02C2D2421d32
Octal243134132054554423562
Binary101000111011100101101001011001011011001001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C5A; }

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

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

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

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

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

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

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

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