Html Css Color HEX #A16560 Copper Rose

📋 copy color: '#A16560'

red 161 ◦ green 101 ◦ blue 96

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

Shades of Copper Rose #A16560

Tints of Copper Rose #A16560

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.21%

 BLUE value IS 96 (37.89% from 255) = 26.82%

R = 44.97%
G = 28.21%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.40

 K value IS 0.37

RGB Variations

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

Color information

#A16560 (or 0xA16560) is known color: Copper Rose. HEX triplet: A1, 65 and 60. RGB value is (161,101,96). Sum of RGB (Red+Green+Blue) = 161+101+96=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 96 (37.89% from 255 or 26.82% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A16560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16560 is #5E9A9F. Grayscale: #767676. Windows color (decimal): -6199968 or 6317473. OLE color: 6317473.

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

Color convert

RGB 161 101 96 -
CMYK 0 0.37 0.40 0.37
HSL 4.62º 0.26% 0.5% -
HSV(B) 4.62º 0.4% 0.63% -
XYZ 21.46 17.73 13.36 -
YUV 118.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 161 101 96 0 0.37 0.40 0.37 4.62 0.26 0.5
Hex A1 65 60 0 25 28 25 5 1A 32
Octal 241 145 140 0 45 50 45 5 32 62
Binary 10100001 1100101 1100000 0 100101 101000 100101 101 11010 110010

Color Harmonies of #A16560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16560

Black with #A16560

Text Example


Text Example

White with #A16560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16560; }

 p { color: rgb(161,101,96); }

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

background-color css

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

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

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

border-color css

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

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

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