Html Css Color HEX #A16562 Copper Rose

📋 copy color: '#A16562'

red 161 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #A16562

Tints of Copper Rose #A16562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 27.22%

R = 44.72%
G = 28.06%
B = 27.22%

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

#A16562 (or 0xA16562) is known color: Copper Rose. HEX triplet: A1, 65 and 62. RGB value is (161,101,98). Sum of RGB (Red+Green+Blue) = 161+101+98=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16562 is #5E9A9D. Grayscale: #767676. Windows color (decimal): -6199966 or 6448545. OLE color: 6448545.

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

Color convert

RGB 161 101 98 -
CMYK 0 0.37 0.39 0.37
HSL 2.86º 0.25% 0.51% -
HSV(B) 2.86º 0.39% 0.63% -
XYZ 21.56 17.77 13.85 -
YUV 118.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 161 101 98 0 0.37 0.39 0.37 2.86 0.25 0.51
Hex A1 65 62 0 25 27 25 3 19 33
Octal 241 145 142 0 45 47 45 3 31 63
Binary 10100001 1100101 1100010 0 100101 100111 100101 11 11001 110011

Color Harmonies of #A16562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16562

Black with #A16562

Text Example


Text Example

White with #A16562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16562; }

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

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

background-color css

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

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

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

border-color css

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

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

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