Html Css Color HEX #A0615D Copper Rose

📋 copy color: '#A0615D'

red 160 ◦ green 97 ◦ blue 93

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

Shades of Copper Rose #A0615D

Tints of Copper Rose #A0615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 93 (36.72% from 255) = 26.57%

R = 45.71%
G = 27.71%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A0615D (or 0xA0615D) is known color: Copper Rose. HEX triplet: A0, 61 and 5D. RGB value is (160,97,93). Sum of RGB (Red+Green+Blue) = 160+97+93=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A0615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0615D is #5F9EA2. Grayscale: #737373. Windows color (decimal): -6266531 or 6119840. OLE color: 6119840.

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

Color convert

RGB 160 97 93 -
CMYK 0 0.39 0.42 0.37
HSL 3.58º 0.26% 0.5% -
HSV(B) 3.58º 0.42% 0.63% -
XYZ 20.75 16.81 12.51 -
YUV 115.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 160 97 93 0 0.39 0.42 0.37 3.58 0.26 0.5
Hex A0 61 5D 0 27 2A 25 4 1A 32
Octal 240 141 135 0 47 52 45 4 32 62
Binary 10100000 1100001 1011101 0 100111 101010 100101 100 11010 110010

Color Harmonies of #A0615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0615D

Black with #A0615D

Text Example


Text Example

White with #A0615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0615D; }

 p { color: rgb(160,97,93); }

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

background-color css

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

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

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

border-color css

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

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

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