Html Css Color HEX #A05656 Copper Rust

📋 copy color: '#A05656'

red 160 ◦ green 86 ◦ blue 86

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

Shades of Copper Rust #A05656

Tints of Copper Rust #A05656

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.9%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 48.19%
G = 25.9%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.37

RGB Variations

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

Color information

#A05656 (or 0xA05656) is known color: Copper Rust. HEX triplet: A0, 56 and 56. RGB value is (160,86,86). Sum of RGB (Red+Green+Blue) = 160+86+86=332 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.19% from 332); Green value is 86 (33.98% from 255 or 25.90% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 160 - color contains mainly: red. Hex color #A05656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05656 is #5FA9A9. Grayscale: #6C6C6C. Windows color (decimal): -6269354 or 5658272. OLE color: 5658272.

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

Color convert

RGB 160 86 86 -
CMYK 0 0.46 0.46 0.37
HSL 0.3% 0.48% -
HSV(B) 0.46% 0.63% -
XYZ 19.5 14.8 10.63 -
YUV 108.13 115.52 165 -
System Red Green Blue C M Y K H S L
Decimal 160 86 86 0 0.46 0.46 0.37 0 0.3 0.48
Hex A0 56 56 0 2E 2E 25 0 1E 30
Octal 240 126 126 0 56 56 45 0 36 60
Binary 10100000 1010110 1010110 0 101110 101110 100101 0 11110 110000

Color Harmonies of #A05656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05656

Black with #A05656

Text Example


Text Example

White with #A05656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05656; }

 p { color: rgb(160,86,86); }

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

background-color css

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

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

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

border-color css

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

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

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