Html Css Color HEX #A16161 Copper Rose

📋 copy color: '#A16161'

red 161 ◦ green 97 ◦ blue 97

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

Shades of Copper Rose #A16161

Tints of Copper Rose #A16161

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

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

R = 45.35%
G = 27.32%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16161 (or 0xA16161) is known color: Copper Rose. HEX triplet: A1, 61 and 61. RGB value is (161,97,97). Sum of RGB (Red+Green+Blue) = 161+97+97=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 97 (38.28% from 255 or 27.32% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A16161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16161 is #5E9E9E. Grayscale: #747474. Windows color (decimal): -6200991 or 6381985. OLE color: 6381985.

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

Color convert

RGB 161 97 97 -
CMYK 0 0.40 0.40 0.37
HSL 0.25% 0.51% -
HSV(B) 0.4% 0.63% -
XYZ 21.13 16.99 13.47 -
YUV 116.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 161 97 97 0 0.40 0.40 0.37 0 0.25 0.51
Hex A1 61 61 0 28 28 25 0 19 33
Octal 241 141 141 0 50 50 45 0 31 63
Binary 10100001 1100001 1100001 0 101000 101000 100101 0 11001 110011

Color Harmonies of #A16161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16161

Black with #A16161

Text Example


Text Example

White with #A16161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16161; }

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

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

background-color css

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

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

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

border-color css

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

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

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