Html Css Color HEX #A05954 Copper Rust

📋 copy color: '#A05954'

red 160 ◦ green 89 ◦ blue 84

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

Shades of Copper Rust #A05954

Tints of Copper Rust #A05954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 25.23%

R = 48.05%
G = 26.73%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A05954 (or 0xA05954) is known color: Copper Rust. HEX triplet: A0, 59 and 54. RGB value is (160,89,84). Sum of RGB (Red+Green+Blue) = 160+89+84=333 (44% of max value = 765). Red value is 160 (62.89% from 255 or 48.05% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 160 - color contains mainly: red. Hex color #A05954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05954 is #5FA6AB. Grayscale: #6D6D6D. Windows color (decimal): -6268588 or 5527968. OLE color: 5527968.

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

Color convert

RGB 160 89 84 -
CMYK 0 0.44 0.48 0.37
HSL 3.95º 0.31% 0.48% -
HSV(B) 3.95º 0.48% 0.63% -
XYZ 19.67 15.26 10.3 -
YUV 109.66 113.52 163.91 -
System Red Green Blue C M Y K H S L
Decimal 160 89 84 0 0.44 0.48 0.37 3.95 0.31 0.48
Hex A0 59 54 0 2C 30 25 4 1F 30
Octal 240 131 124 0 54 60 45 4 37 60
Binary 10100000 1011001 1010100 0 101100 110000 100101 100 11111 110000

Color Harmonies of #A05954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05954

Black with #A05954

Text Example


Text Example

White with #A05954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05954; }

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

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

background-color css

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

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

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

border-color css

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

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

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