Html Css Color HEX #A16764 Copper Rose

📋 copy color: '#A16764'

red 161 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #A16764

Tints of Copper Rose #A16764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.3%

 BLUE value IS 100 (39.45% from 255) = 27.47%

R = 44.23%
G = 28.3%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A16764 (or 0xA16764) is known color: Copper Rose. HEX triplet: A1, 67 and 64. RGB value is (161,103,100). Sum of RGB (Red+Green+Blue) = 161+103+100=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 100 (39.45% from 255 or 27.47% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A16764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16764 is #5E989B. Grayscale: #787878. Windows color (decimal): -6199452 or 6580129. OLE color: 6580129.

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

Color convert

RGB 161 103 100 -
CMYK 0 0.36 0.38 0.37
HSL 2.95º 0.24% 0.51% -
HSV(B) 2.95º 0.38% 0.63% -
XYZ 21.85 18.2 14.42 -
YUV 120 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 161 103 100 0 0.36 0.38 0.37 2.95 0.24 0.51
Hex A1 67 64 0 24 26 25 3 18 33
Octal 241 147 144 0 44 46 45 3 30 63
Binary 10100001 1100111 1100100 0 100100 100110 100101 11 11000 110011

Color Harmonies of #A16764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16764

Black with #A16764

Text Example


Text Example

White with #A16764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16764; }

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

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

background-color css

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

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

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

border-color css

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

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

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