Html Css Color HEX #A05957 Copper Rust

📋 copy color: '#A05957'

red 160 ◦ green 89 ◦ blue 87

#A05957
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Copper Rust #A05957

Tints of Copper Rust #A05957

RGB

 RED value IS 160 (62.89% from 255) = 47.62%

 GREEN value IS 89 (35.16% from 255) = 26.49%

 BLUE value IS 87 (34.38% from 255) = 25.89%

R = 47.62%
G = 26.49%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A05957 (or 0xA05957) is known color: Copper Rust. HEX triplet: A0, 59 and 57. RGB value is (160,89,87). Sum of RGB (Red+Green+Blue) = 160+89+87=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 87 (34.38% from 255 or 25.89% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A05957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05957 is #5FA6A8. Grayscale: #6E6E6E. Windows color (decimal): -6268585 or 5724576. OLE color: 5724576.

HSL color Cylindrical-coordinate representation of color #A05957: hue angle of 1.64º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05957 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 87 -
CMYK 0 0.44 0.46 0.37
HSL 1.64º 0.3% 0.48% -
HSV(B) 1.64º 0.46% 0.63% -
XYZ 19.79 15.31 10.93 -
YUV 110 115.02 163.66 -
System Red Green Blue C M Y K H S L
Decimal 160 89 87 0 0.44 0.46 0.37 1.64 0.3 0.48
Hex A0 59 57 0 2C 2E 25 2 1E 30
Octal 240 131 127 0 54 56 45 2 36 60
Binary 10100000 1011001 1010111 0 101100 101110 100101 10 11110 110000

Color Harmonies of #A05957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05957

Black with #A05957

Text Example


Text Example

White with #A05957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05957; }

 p { color: rgb(160,89,87); }

 H1.HeaderClassName
 {
   color: #A05957;
 }
 .AnyTagClassName
 {
   color: #A05957;
 }
</style>

background-color css

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

 a { background-color: rgb(160,89,87); }

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

border-color css

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

 span { border-color: rgb(160,89,87); }

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