Html Css Color HEX #A16666 Copper Rose

📋 copy color: '#A16666'

red 161 ◦ green 102 ◦ blue 102

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

Shades of Copper Rose #A16666

Tints of Copper Rose #A16666

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.95%

 BLUE value IS 102 (40.23% from 255) = 27.95%

R = 44.11%
G = 27.95%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A16666 (or 0xA16666) is known color: Copper Rose. HEX triplet: A1, 66 and 66. RGB value is (161,102,102). Sum of RGB (Red+Green+Blue) = 161+102+102=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 102 (40.23% from 255 or 27.95% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A16666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16666 is #5E9999. Grayscale: #777777. Windows color (decimal): -6199706 or 6710945. OLE color: 6710945.

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

Color convert

RGB 161 102 102 -
CMYK 0 0.37 0.37 0.37
HSL 0.24% 0.52% -
HSV(B) 0.37% 0.63% -
XYZ 21.85 18.04 14.9 -
YUV 119.64 118.05 157.5 -
System Red Green Blue C M Y K H S L
Decimal 161 102 102 0 0.37 0.37 0.37 0 0.24 0.52
Hex A1 66 66 0 25 25 25 0 18 34
Octal 241 146 146 0 45 45 45 0 30 64
Binary 10100001 1100110 1100110 0 100101 100101 100101 0 11000 110100

Color Harmonies of #A16666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16666

Black with #A16666

Text Example


Text Example

White with #A16666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16666; }

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

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

background-color css

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

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

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

border-color css

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

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

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