Html Css Color HEX #A05757 Copper Rust

📋 copy color: '#A05757'

red 160 ◦ green 87 ◦ blue 87

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

Shades of Copper Rust #A05757

Tints of Copper Rust #A05757

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

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

R = 47.9%
G = 26.05%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A05757 (or 0xA05757) is known color: Copper Rust. HEX triplet: A0, 57 and 57. RGB value is (160,87,87). Sum of RGB (Red+Green+Blue) = 160+87+87=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 87 (34.38% from 255 or 26.05% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A05757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05757 is #5FA8A8. Grayscale: #6C6C6C. Windows color (decimal): -6269097 or 5724064. OLE color: 5724064.

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

Color convert

RGB 160 87 87 -
CMYK 0 0.46 0.46 0.37
HSL 0.3% 0.48% -
HSV(B) 0.46% 0.63% -
XYZ 19.63 14.98 10.87 -
YUV 108.83 115.68 164.5 -
System Red Green Blue C M Y K H S L
Decimal 160 87 87 0 0.46 0.46 0.37 0 0.3 0.48
Hex A0 57 57 0 2E 2E 25 0 1E 30
Octal 240 127 127 0 56 56 45 0 36 60
Binary 10100000 1010111 1010111 0 101110 101110 100101 0 11110 110000

Color Harmonies of #A05757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05757

Black with #A05757

Text Example


Text Example

White with #A05757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05757; }

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

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

background-color css

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

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

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

border-color css

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

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

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