Html Css Color HEX #A56147 Tuscany

📋 copy color: '#A56147'

red 165 ◦ green 97 ◦ blue 71

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

Shades of Tuscany #A56147

Tints of Tuscany #A56147

RGB

 RED value IS 165 (64.84% from 255) = 49.55%

 GREEN value IS 97 (38.28% from 255) = 29.13%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 49.55%
G = 29.13%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A56147 (or 0xA56147) is known color: Tuscany. HEX triplet: A5, 61 and 47. RGB value is (165,97,71). Sum of RGB (Red+Green+Blue) = 165+97+71=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A56147 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56147 is #5A9EB8. Grayscale: #727272. Windows color (decimal): -5938873 or 4678053. OLE color: 4678053.

HSL color Cylindrical-coordinate representation of color #A56147: hue angle of 16.6º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A56147 is Cyan = 0, Magento = 0.41, Yellow = 0.57 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 97 71 -
CMYK 0 0.41 0.57 0.35
HSL 16.6º 0.4% 0.46% -
HSV(B) 16.6º 0.57% 0.65% -
XYZ 20.93 17 8.14 -
YUV 114.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 165 97 71 0 0.41 0.57 0.35 16.6 0.4 0.46
Hex A5 61 47 0 29 39 23 11 28 2E
Octal 245 141 107 0 51 71 43 21 50 56
Binary 10100101 1100001 1000111 0 101001 111001 100011 10001 101000 101110

Color Harmonies of #A56147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56147

Black with #A56147

Text Example


Text Example

White with #A56147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56147; }

 p { color: rgb(165,97,71); }

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

background-color css

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

 a { background-color: rgb(165,97,71); }

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

border-color css

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

 span { border-color: rgb(165,97,71); }

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