Html Css Color HEX #A05955 Copper Rust

📋 copy color: '#A05955'

red 160 ◦ green 89 ◦ blue 85

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

Shades of Copper Rust #A05955

Tints of Copper Rust #A05955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 25.45%

R = 47.9%
G = 26.65%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A05955 (or 0xA05955) is known color: Copper Rust. HEX triplet: A0, 59 and 55. RGB value is (160,89,85). Sum of RGB (Red+Green+Blue) = 160+89+85=334 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.90% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 85 (33.59% from 255 or 25.45% from 334); Max value from RGB is 160 - color contains mainly: red. Hex color #A05955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05955 is #5FA6AA. Grayscale: #6D6D6D. Windows color (decimal): -6268587 or 5593504. OLE color: 5593504.

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

Color convert

RGB 160 89 85 -
CMYK 0 0.44 0.47 0.37
HSL 3.2º 0.31% 0.48% -
HSV(B) 3.2º 0.47% 0.63% -
XYZ 19.71 15.27 10.5 -
YUV 109.77 114.02 163.83 -
System Red Green Blue C M Y K H S L
Decimal 160 89 85 0 0.44 0.47 0.37 3.2 0.31 0.48
Hex A0 59 55 0 2C 2F 25 3 1F 30
Octal 240 131 125 0 54 57 45 3 37 60
Binary 10100000 1011001 1010101 0 101100 101111 100101 11 11111 110000

Color Harmonies of #A05955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05955

Black with #A05955

Text Example


Text Example

White with #A05955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05955; }

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

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

background-color css

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

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

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

border-color css

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

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

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