Html Css Color HEX #A05554 Copper Rust

📋 copy color: '#A05554'

red 160 ◦ green 85 ◦ blue 84

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

Shades of Copper Rust #A05554

Tints of Copper Rust #A05554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.84%

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

R = 48.63%
G = 25.84%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A05554 (or 0xA05554) is known color: Copper Rust. HEX triplet: A0, 55 and 54. RGB value is (160,85,84). Sum of RGB (Red+Green+Blue) = 160+85+84=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 84 (33.20% from 255 or 25.53% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A05554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05554 is #5FAAAB. Grayscale: #6B6B6B. Windows color (decimal): -6269612 or 5526944. OLE color: 5526944.

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

Color convert

RGB 160 85 84 -
CMYK 0 0.47 0.48 0.37
HSL 0.79º 0.31% 0.48% -
HSV(B) 0.79º 0.48% 0.63% -
XYZ 19.35 14.61 10.19 -
YUV 107.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 160 85 84 0 0.47 0.48 0.37 0.79 0.31 0.48
Hex A0 55 54 0 2F 30 25 1 1F 30
Octal 240 125 124 0 57 60 45 1 37 60
Binary 10100000 1010101 1010100 0 101111 110000 100101 1 11111 110000

Color Harmonies of #A05554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05554

Black with #A05554

Text Example


Text Example

White with #A05554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05554; }

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

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

background-color css

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

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

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

border-color css

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

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

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