Html Css Color HEX #A16261 Copper Rose

📋 copy color: '#A16261'

red 161 ◦ green 98 ◦ blue 97

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

Shades of Copper Rose #A16261

Tints of Copper Rose #A16261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.53%

 BLUE value IS 97 (38.28% from 255) = 27.25%

R = 45.22%
G = 27.53%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16261 (or 0xA16261) is known color: Copper Rose. HEX triplet: A1, 62 and 61. RGB value is (161,98,97). Sum of RGB (Red+Green+Blue) = 161+98+97=356 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.22% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 97 (38.28% from 255 or 27.25% from 356); Max value from RGB is 161 - color contains mainly: red. Hex color #A16261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16261 is #5E9D9E. Grayscale: #747474. Windows color (decimal): -6200735 or 6382241. OLE color: 6382241.

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

Color convert

RGB 161 98 97 -
CMYK 0 0.39 0.40 0.37
HSL 0.94º 0.25% 0.51% -
HSV(B) 0.94º 0.4% 0.63% -
XYZ 21.22 17.18 13.51 -
YUV 116.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 161 98 97 0 0.39 0.40 0.37 0.94 0.25 0.51
Hex A1 62 61 0 27 28 25 1 19 33
Octal 241 142 141 0 47 50 45 1 31 63
Binary 10100001 1100010 1100001 0 100111 101000 100101 1 11001 110011

Color Harmonies of #A16261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16261

Black with #A16261

Text Example


Text Example

White with #A16261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16261; }

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

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

background-color css

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

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

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

border-color css

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

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

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