Html Css Color HEX #A05752 Copper Rust

📋 copy color: '#A05752'

red 160 ◦ green 87 ◦ blue 82

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

Shades of Copper Rust #A05752

Tints of Copper Rust #A05752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.92%

R = 48.63%
G = 26.44%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.37

RGB Variations

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

Color information

#A05752 (or 0xA05752) is known color: Copper Rust. HEX triplet: A0, 57 and 52. RGB value is (160,87,82). Sum of RGB (Red+Green+Blue) = 160+87+82=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 82 (32.42% from 255 or 24.92% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A05752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05752 is #5FA8AD. Grayscale: #6C6C6C. Windows color (decimal): -6269102 or 5396384. OLE color: 5396384.

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

Color convert

RGB 160 87 82 -
CMYK 0 0.46 0.49 0.37
HSL 3.85º 0.32% 0.47% -
HSV(B) 3.85º 0.49% 0.63% -
XYZ 19.43 14.9 9.83 -
YUV 108.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 160 87 82 0 0.46 0.49 0.37 3.85 0.32 0.47
Hex A0 57 52 0 2E 31 25 4 20 2F
Octal 240 127 122 0 56 61 45 4 40 57
Binary 10100000 1010111 1010010 0 101110 110001 100101 100 100000 101111

Color Harmonies of #A05752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05752

Black with #A05752

Text Example


Text Example

White with #A05752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05752; }

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

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

background-color css

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

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

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

border-color css

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

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

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