#A85C5B

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

Shades of Copper Rose #A85C5B

Tints of Copper Rose #A85C5B

Color information

#A85C5B (or 0xA85C5B) is unknown color: approx Copper Rose. HEX triplet: A8, 5C and 5B. RGB value is (168,92,91). Sum of RGB (Red+Green+Blue) = 168+92+91=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A85C5B is #57A3A4. Grayscale: #727272. Windows color (decimal): -5743525 or 5987496. OLE color: 5987496.

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

Color convert

RGB1689291-
CMYK00.450.460.34
HSL0.78º30.68%50.78%-
HSV(B)0.78º45.83%65.88%-
XYZ21.8616.7311.98-
YUV114.61114.68166.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 47.86%
GREEN value IS 92 (36.33% from 255) = 26.21%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=47.86%
G=26.21%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168929100.450.460.340.7830.6850.78
HexA85C5B02D2E2211f33
Octal250134133055564213763
Binary10101000101110010110110101101101110100010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A85C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A85C5B; }

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

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

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

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

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

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

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

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