Html Css Color HEX #A16563 Copper Rose

📋 copy color: '#A16563'

red 161 ◦ green 101 ◦ blue 99

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

Shades of Copper Rose #A16563

Tints of Copper Rose #A16563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.98%

 BLUE value IS 99 (39.06% from 255) = 27.42%

R = 44.6%
G = 27.98%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16563 (or 0xA16563) is known color: Copper Rose. HEX triplet: A1, 65 and 63. RGB value is (161,101,99). Sum of RGB (Red+Green+Blue) = 161+101+99=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 99 (39.06% from 255 or 27.42% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A16563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16563 is #5E9A9C. Grayscale: #767676. Windows color (decimal): -6199965 or 6514081. OLE color: 6514081.

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

Color convert

RGB 161 101 99 -
CMYK 0 0.37 0.39 0.37
HSL 1.94º 0.25% 0.51% -
HSV(B) 1.94º 0.39% 0.63% -
XYZ 21.6 17.79 14.1 -
YUV 118.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 161 101 99 0 0.37 0.39 0.37 1.94 0.25 0.51
Hex A1 65 63 0 25 27 25 2 19 33
Octal 241 145 143 0 45 47 45 2 31 63
Binary 10100001 1100101 1100011 0 100101 100111 100101 10 11001 110011

Color Harmonies of #A16563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16563

Black with #A16563

Text Example


Text Example

White with #A16563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16563; }

 p { color: rgb(161,101,99); }

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

background-color css

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

 a { background-color: rgb(161,101,99); }

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

border-color css

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

 span { border-color: rgb(161,101,99); }

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