Html Css Color HEX #A16461 Copper Rose

📋 copy color: '#A16461'

red 161 ◦ green 100 ◦ blue 97

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

Shades of Copper Rose #A16461

Tints of Copper Rose #A16461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 27.93%

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

R = 44.97%
G = 27.93%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16461 (or 0xA16461) is known color: Copper Rose. HEX triplet: A1, 64 and 61. RGB value is (161,100,97). Sum of RGB (Red+Green+Blue) = 161+100+97=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16461 is #5E9B9E. Grayscale: #757575. Windows color (decimal): -6200223 or 6382753. OLE color: 6382753.

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

Color convert

RGB 161 100 97 -
CMYK 0 0.38 0.40 0.37
HSL 2.81º 0.25% 0.51% -
HSV(B) 2.81º 0.4% 0.63% -
XYZ 21.41 17.55 13.57 -
YUV 117.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 161 100 97 0 0.38 0.40 0.37 2.81 0.25 0.51
Hex A1 64 61 0 26 28 25 3 19 33
Octal 241 144 141 0 46 50 45 3 31 63
Binary 10100001 1100100 1100001 0 100110 101000 100101 11 11001 110011

Color Harmonies of #A16461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16461

Black with #A16461

Text Example


Text Example

White with #A16461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16461; }

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

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

background-color css

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

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

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

border-color css

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

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

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