Html Css Color HEX #A16160 Copper Rose

📋 copy color: '#A16160'

red 161 ◦ green 97 ◦ blue 96

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

Shades of Copper Rose #A16160

Tints of Copper Rose #A16160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 27.12%

R = 45.48%
G = 27.4%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16160 (or 0xA16160) is known color: Copper Rose. HEX triplet: A1, 61 and 60. RGB value is (161,97,96). Sum of RGB (Red+Green+Blue) = 161+97+96=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 96 (37.89% from 255 or 27.12% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A16160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16160 is #5E9E9F. Grayscale: #747474. Windows color (decimal): -6200992 or 6316449. OLE color: 6316449.

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

Color convert

RGB 161 97 96 -
CMYK 0 0.40 0.40 0.37
HSL 0.92º 0.26% 0.5% -
HSV(B) 0.92º 0.4% 0.63% -
XYZ 21.08 16.97 13.23 -
YUV 116.02 116.7 160.08 -
System Red Green Blue C M Y K H S L
Decimal 161 97 96 0 0.40 0.40 0.37 0.92 0.26 0.5
Hex A1 61 60 0 28 28 25 1 1A 32
Octal 241 141 140 0 50 50 45 1 32 62
Binary 10100001 1100001 1100000 0 101000 101000 100101 1 11010 110010

Color Harmonies of #A16160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16160

Black with #A16160

Text Example


Text Example

White with #A16160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16160; }

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

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

background-color css

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

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

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

border-color css

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

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

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