#A35C5C

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

Shades of Copper Rose #A35C5C

Tints of Copper Rose #A35C5C

Color information

#A35C5C (or 0xA35C5C) is unknown color: approx Copper Rose. HEX triplet: A3, 5C and 5C. RGB value is (163,92,92). Sum of RGB (Red+Green+Blue) = 163+92+92=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A35C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35C5C is #5CA3A3. Grayscale: #717171. Windows color (decimal): -6071204 or 6053027. OLE color: 6053027.

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

Color convert

RGB1639292-
CMYK00.440.440.36
HSL27.84%50%-
HSV(B)43.56%63.92%-
XYZ20.8616.2112.16-
YUV113.23116.02163.5-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.97%
GREEN value IS 92 (36.33% from 255) = 26.51%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=46.97%
G=26.51%
B=26.51%

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
Decimal163929200.440.440.36027.8450
HexA35C5C02C2C2401c32
Octal243134134054544403462
Binary10100011101110010111000101100101100100100011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35C5C; }

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

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

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

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

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

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

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

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