Html Css Color HEX #A05652 Copper Rust

📋 copy color: '#A05652'

red 160 ◦ green 86 ◦ blue 82

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

Shades of Copper Rust #A05652

Tints of Copper Rust #A05652

RGB

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

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

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

R = 48.78%
G = 26.22%
B = 25%

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

#A05652 (or 0xA05652) is known color: Copper Rust. HEX triplet: A0, 56 and 52. RGB value is (160,86,82). Sum of RGB (Red+Green+Blue) = 160+86+82=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 86 (33.98% from 255 or 26.22% from 328); Blue value is 82 (32.42% from 255 or 25% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A05652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05652 is #5FA9AD. Grayscale: #6B6B6B. Windows color (decimal): -6269358 or 5396128. OLE color: 5396128.

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

Color convert

RGB 160 86 82 -
CMYK 0 0.46 0.49 0.37
HSL 3.08º 0.32% 0.47% -
HSV(B) 3.08º 0.49% 0.63% -
XYZ 19.35 14.74 9.81 -
YUV 107.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 160 86 82 0 0.46 0.49 0.37 3.08 0.32 0.47
Hex A0 56 52 0 2E 31 25 3 20 2F
Octal 240 126 122 0 56 61 45 3 40 57
Binary 10100000 1010110 1010010 0 101110 110001 100101 11 100000 101111

Color Harmonies of #A05652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05652

Black with #A05652

Text Example


Text Example

White with #A05652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05652; }

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

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

background-color css

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

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

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

border-color css

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

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

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