Html Css Color HEX #A05453 Copper Rust

📋 copy color: '#A05453'

red 160 ◦ green 84 ◦ blue 83

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

Shades of Copper Rust #A05453

Tints of Copper Rust #A05453

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 48.93%
G = 25.69%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#A05453 (or 0xA05453) is known color: Copper Rust. HEX triplet: A0, 54 and 53. RGB value is (160,84,83). Sum of RGB (Red+Green+Blue) = 160+84+83=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A05453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05453 is #5FABAC. Grayscale: #6A6A6A. Windows color (decimal): -6269869 or 5461152. OLE color: 5461152.

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

Color convert

RGB 160 84 83 -
CMYK 0 0.48 0.48 0.37
HSL 0.78º 0.32% 0.48% -
HSV(B) 0.78º 0.48% 0.63% -
XYZ 19.23 14.44 9.96 -
YUV 106.61 114.68 166.08 -
System Red Green Blue C M Y K H S L
Decimal 160 84 83 0 0.48 0.48 0.37 0.78 0.32 0.48
Hex A0 54 53 0 30 30 25 1 20 30
Octal 240 124 123 0 60 60 45 1 40 60
Binary 10100000 1010100 1010011 0 110000 110000 100101 1 100000 110000

Color Harmonies of #A05453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05453

Black with #A05453

Text Example


Text Example

White with #A05453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05453; }

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

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

background-color css

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

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

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

border-color css

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

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

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