Html Css Color HEX #A16763 Copper Rose

📋 copy color: '#A16763'

red 161 ◦ green 103 ◦ blue 99

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

Shades of Copper Rose #A16763

Tints of Copper Rose #A16763

RGB

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

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

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

R = 44.35%
G = 28.37%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A16763 (or 0xA16763) is known color: Copper Rose. HEX triplet: A1, 67 and 63. RGB value is (161,103,99). Sum of RGB (Red+Green+Blue) = 161+103+99=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 103 (40.62% from 255 or 28.37% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A16763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16763 is #5E989C. Grayscale: #777777. Windows color (decimal): -6199453 or 6514593. OLE color: 6514593.

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

Color convert

RGB 161 103 99 -
CMYK 0 0.36 0.39 0.37
HSL 3.87º 0.25% 0.51% -
HSV(B) 3.87º 0.39% 0.63% -
XYZ 21.8 18.18 14.16 -
YUV 119.89 116.22 157.33 -
System Red Green Blue C M Y K H S L
Decimal 161 103 99 0 0.36 0.39 0.37 3.87 0.25 0.51
Hex A1 67 63 0 24 27 25 4 19 33
Octal 241 147 143 0 44 47 45 4 31 63
Binary 10100001 1100111 1100011 0 100100 100111 100101 100 11001 110011

Color Harmonies of #A16763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16763

Black with #A16763

Text Example


Text Example

White with #A16763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16763; }

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

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

background-color css

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

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

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

border-color css

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

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

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