#A35F5F

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

Shades of Copper Rose #A35F5F

Tints of Copper Rose #A35F5F

Color information

#A35F5F (or 0xA35F5F) is unknown color: approx Copper Rose. HEX triplet: A3, 5F and 5F. RGB value is (163,95,95). Sum of RGB (Red+Green+Blue) = 163+95+95=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 95 (37.5% from 255 or 26.91% from 353); Blue value is 95 (37.5% from 255 or 26.91% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A35F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35F5F is #5CA0A0. Grayscale: #737373. Windows color (decimal): -6070433 or 6250403. OLE color: 6250403.

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

Color convert

RGB1639595-
CMYK00.420.420.36
HSL26.98%50.59%-
HSV(B)41.72%63.92%-
XYZ21.2616.812.95-
YUV115.33116.53162-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 46.18%
GREEN value IS 95 (37.5% from 255) = 26.91%
BLUE value IS 95 (37.5% from 255) = 26.91%
R=46.18%
G=26.91%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163959500.420.420.36026.9850.59
HexA35F5F02A2A2401b33
Octal243137137052524403363
Binary10100011101111110111110101010101010100100011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A35F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A35F5F; }

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

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

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

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

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

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

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

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