Html Css Color HEX #A16863 Copper Rose

📋 copy color: '#A16863'

red 161 ◦ green 104 ◦ blue 99

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

Shades of Copper Rose #A16863

Tints of Copper Rose #A16863

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.57%

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

R = 44.23%
G = 28.57%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16863 (or 0xA16863) is known color: Copper Rose. HEX triplet: A1, 68 and 63. RGB value is (161,104,99). Sum of RGB (Red+Green+Blue) = 161+104+99=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 104 (41.02% from 255 or 28.57% from 364); Blue value is 99 (39.06% from 255 or 27.20% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16863 is #5E979C. Grayscale: #787878. Windows color (decimal): -6199197 or 6514849. OLE color: 6514849.

HSL color Cylindrical-coordinate representation of color #A16863: hue angle of 4.84º 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 #A16863 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 104 99 -
CMYK 0 0.35 0.39 0.37
HSL 4.84º 0.25% 0.51% -
HSV(B) 4.84º 0.39% 0.63% -
XYZ 21.9 18.38 14.2 -
YUV 120.47 115.88 156.91 -
System Red Green Blue C M Y K H S L
Decimal 161 104 99 0 0.35 0.39 0.37 4.84 0.25 0.51
Hex A1 68 63 0 23 27 25 5 19 33
Octal 241 150 143 0 43 47 45 5 31 63
Binary 10100001 1101000 1100011 0 100011 100111 100101 101 11001 110011

Color Harmonies of #A16863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16863

Black with #A16863

Text Example


Text Example

White with #A16863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16863; }

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

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

background-color css

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

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

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

border-color css

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

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

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