Html Css Color HEX #A16463 Copper Rose

📋 copy color: '#A16463'

red 161 ◦ green 100 ◦ blue 99

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

Shades of Copper Rose #A16463

Tints of Copper Rose #A16463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 44.72%
G = 27.78%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16463 (or 0xA16463) is known color: Copper Rose. HEX triplet: A1, 64 and 63. RGB value is (161,100,99). Sum of RGB (Red+Green+Blue) = 161+100+99=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A16463 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16463 is #5E9B9C. Grayscale: #767676. Windows color (decimal): -6200221 or 6513825. OLE color: 6513825.

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

Color convert

RGB 161 100 99 -
CMYK 0 0.38 0.39 0.37
HSL 0.97º 0.25% 0.51% -
HSV(B) 0.97º 0.39% 0.63% -
XYZ 21.51 17.59 14.07 -
YUV 118.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 161 100 99 0 0.38 0.39 0.37 0.97 0.25 0.51
Hex A1 64 63 0 26 27 25 1 19 33
Octal 241 144 143 0 46 47 45 1 31 63
Binary 10100001 1100100 1100011 0 100110 100111 100101 1 11001 110011

Color Harmonies of #A16463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16463

Black with #A16463

Text Example


Text Example

White with #A16463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16463; }

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

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

background-color css

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

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

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

border-color css

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

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

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