#A85F5F

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

Shades of Copper Rose #A85F5F

Tints of Copper Rose #A85F5F

Color information

#A85F5F (or 0xA85F5F) is unknown color: approx Copper Rose. HEX triplet: A8, 5F and 5F. RGB value is (168,95,95). Sum of RGB (Red+Green+Blue) = 168+95+95=358 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.93% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 95 (37.5% from 255 or 26.54% from 358); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85F5F is #57A0A0. Grayscale: #747474. Windows color (decimal): -5742753 or 6250408. OLE color: 6250408.

HSL color Cylindrical-coordinate representation of color #A85F5F: hue angle of 0º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A85F5F is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.34.

Color convert

RGB1689595-
CMYK00.430.430.34
HSL29.55%51.57%-
HSV(B)43.45%65.88%-
XYZ22.3117.3413-
YUV116.83115.68164.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.93%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 95 (37.5% from 255) = 26.54%
R=46.93%
G=26.54%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168959500.430.430.34029.5551.57
HexA85F5F02B2B2201e34
Octal250137137053534203664
Binary10101000101111110111110101011101011100010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85F5F; }

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

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

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

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

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

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

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

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