Html Css Color HEX #A05755 Copper Rust

📋 copy color: '#A05755'

red 160 ◦ green 87 ◦ blue 85

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

Shades of Copper Rust #A05755

Tints of Copper Rust #A05755

RGB

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

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

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

R = 48.19%
G = 26.2%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A05755 (or 0xA05755) is known color: Copper Rust. HEX triplet: A0, 57 and 55. RGB value is (160,87,85). Sum of RGB (Red+Green+Blue) = 160+87+85=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 87 (34.38% from 255 or 26.20% from 332); Blue value is 85 (33.59% from 255 or 25.60% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A05755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05755 is #5FA8AA. Grayscale: #6C6C6C. Windows color (decimal): -6269099 or 5592992. OLE color: 5592992.

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

Color convert

RGB 160 87 85 -
CMYK 0 0.46 0.47 0.37
HSL 1.6º 0.31% 0.48% -
HSV(B) 1.6º 0.47% 0.63% -
XYZ 19.55 14.95 10.45 -
YUV 108.6 114.68 164.66 -
System Red Green Blue C M Y K H S L
Decimal 160 87 85 0 0.46 0.47 0.37 1.6 0.31 0.48
Hex A0 57 55 0 2E 2F 25 2 1F 30
Octal 240 127 125 0 56 57 45 2 37 60
Binary 10100000 1010111 1010101 0 101110 101111 100101 10 11111 110000

Color Harmonies of #A05755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05755

Black with #A05755

Text Example


Text Example

White with #A05755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05755; }

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

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

background-color css

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

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

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

border-color css

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

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

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