Html Css Color HEX #A05551 Copper Rust

📋 copy color: '#A05551'

red 160 ◦ green 85 ◦ blue 81

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

Shades of Copper Rust #A05551

Tints of Copper Rust #A05551

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.85%

R = 49.08%
G = 26.07%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A05551 (or 0xA05551) is known color: Copper Rust. HEX triplet: A0, 55 and 51. RGB value is (160,85,81). Sum of RGB (Red+Green+Blue) = 160+85+81=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A05551 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05551 is #5FAAAE. Grayscale: #6B6B6B. Windows color (decimal): -6269615 or 5330336. OLE color: 5330336.

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

Color convert

RGB 160 85 81 -
CMYK 0 0.47 0.49 0.37
HSL 3.04º 0.33% 0.47% -
HSV(B) 3.04º 0.49% 0.63% -
XYZ 19.23 14.56 9.58 -
YUV 106.97 113.35 165.83 -
System Red Green Blue C M Y K H S L
Decimal 160 85 81 0 0.47 0.49 0.37 3.04 0.33 0.47
Hex A0 55 51 0 2F 31 25 3 21 2F
Octal 240 125 121 0 57 61 45 3 41 57
Binary 10100000 1010101 1010001 0 101111 110001 100101 11 100001 101111

Color Harmonies of #A05551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05551

Black with #A05551

Text Example


Text Example

White with #A05551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05551; }

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

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

background-color css

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

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

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

border-color css

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

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

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