Html Css Color HEX #A1615D Copper Rose

📋 copy color: '#A1615D'

red 161 ◦ green 97 ◦ blue 93

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

Shades of Copper Rose #A1615D

Tints of Copper Rose #A1615D

RGB

 RED value IS 161 (63.28% from 255) = 45.87%

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

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

R = 45.87%
G = 27.64%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1615D (or 0xA1615D) is known color: Copper Rose. HEX triplet: A1, 61 and 5D. RGB value is (161,97,93). Sum of RGB (Red+Green+Blue) = 161+97+93=351 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.87% from 351); Green value is 97 (38.28% from 255 or 27.64% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 161 - color contains mainly: red. Hex color #A1615D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1615D is #5E9EA2. Grayscale: #737373. Windows color (decimal): -6200995 or 6119841. OLE color: 6119841.

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

Color convert

RGB 161 97 93 -
CMYK 0 0.40 0.42 0.37
HSL 3.53º 0.27% 0.5% -
HSV(B) 3.53º 0.42% 0.63% -
XYZ 20.95 16.92 12.52 -
YUV 115.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 161 97 93 0 0.40 0.42 0.37 3.53 0.27 0.5
Hex A1 61 5D 0 28 2A 25 4 1B 32
Octal 241 141 135 0 50 52 45 4 33 62
Binary 10100001 1100001 1011101 0 101000 101010 100101 100 11011 110010

Color Harmonies of #A1615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1615D

Black with #A1615D

Text Example


Text Example

White with #A1615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1615D; }

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

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

background-color css

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

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

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

border-color css

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

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

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