Html Css Color HEX #A16E6D Copper Rose

📋 copy color: '#A16E6D'

red 161 ◦ green 110 ◦ blue 109

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

Shades of Copper Rose #A16E6D

Tints of Copper Rose #A16E6D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.95%

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 42.37%
G = 28.95%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A16E6D (or 0xA16E6D) is known color: Copper Rose. HEX triplet: A1, 6E and 6D. RGB value is (161,110,109). Sum of RGB (Red+Green+Blue) = 161+110+109=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16E6D is #5E9192. Grayscale: #7D7D7D. Windows color (decimal): -6197651 or 7171745. OLE color: 7171745.

HSL color Cylindrical-coordinate representation of color #A16E6D: hue angle of 1.15º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A16E6D is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 110 109 -
CMYK 0 0.32 0.32 0.37
HSL 1.15º 0.22% 0.53% -
HSV(B) 1.15º 0.32% 0.63% -
XYZ 23.03 19.83 17.08 -
YUV 125.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 161 110 109 0 0.32 0.32 0.37 1.15 0.22 0.53
Hex A1 6E 6D 0 20 20 25 1 16 35
Octal 241 156 155 0 40 40 45 1 26 65
Binary 10100001 1101110 1101101 0 100000 100000 100101 1 10110 110101

Color Harmonies of #A16E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16E6D

Black with #A16E6D

Text Example


Text Example

White with #A16E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16E6D; }

 p { color: rgb(161,110,109); }

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

background-color css

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

 a { background-color: rgb(161,110,109); }

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

border-color css

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

 span { border-color: rgb(161,110,109); }

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