Html Css Color HEX #A05555 Copper Rust

📋 copy color: '#A05555'

red 160 ◦ green 85 ◦ blue 85

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

Shades of Copper Rust #A05555

Tints of Copper Rust #A05555

RGB

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

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

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

R = 48.48%
G = 25.76%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.47

 K value IS 0.37

RGB Variations

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

Color information

#A05555 (or 0xA05555) is known color: Copper Rust. HEX triplet: A0, 55 and 55. RGB value is (160,85,85). Sum of RGB (Red+Green+Blue) = 160+85+85=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 85 (33.59% from 255 or 25.76% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A05555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05555 is #5FAAAA. Grayscale: #6B6B6B. Windows color (decimal): -6269611 or 5592480. OLE color: 5592480.

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

Color convert

RGB 160 85 85 -
CMYK 0 0.47 0.47 0.37
HSL 0.31% 0.48% -
HSV(B) 0.47% 0.63% -
XYZ 19.39 14.63 10.4 -
YUV 107.43 115.35 165.5 -
System Red Green Blue C M Y K H S L
Decimal 160 85 85 0 0.47 0.47 0.37 0 0.31 0.48
Hex A0 55 55 0 2F 2F 25 0 1F 30
Octal 240 125 125 0 57 57 45 0 37 60
Binary 10100000 1010101 1010101 0 101111 101111 100101 0 11111 110000

Color Harmonies of #A05555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05555

Black with #A05555

Text Example


Text Example

White with #A05555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05555; }

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

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

background-color css

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

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

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

border-color css

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

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

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