Html Css Color HEX #A56746 Tuscany

📋 copy color: '#A56746'

red 165 ◦ green 103 ◦ blue 70

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

Shades of Tuscany #A56746

Tints of Tuscany #A56746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 48.82%
G = 30.47%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A56746 (or 0xA56746) is known color: Tuscany. HEX triplet: A5, 67 and 46. RGB value is (165,103,70). Sum of RGB (Red+Green+Blue) = 165+103+70=338 (44% of max value = 765). Red value is 165 (64.84% from 255 or 48.82% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 165 - color contains mainly: red. Hex color #A56746 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A56746 is #5A98B9. Grayscale: #757575. Windows color (decimal): -5937338 or 4614053. OLE color: 4614053.

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

Color convert

RGB 165 103 70 -
CMYK 0 0.38 0.58 0.35
HSL 20.84º 0.4% 0.46% -
HSV(B) 20.84º 0.58% 0.65% -
XYZ 21.47 18.14 8.16 -
YUV 117.78 101.04 161.68 -
System Red Green Blue C M Y K H S L
Decimal 165 103 70 0 0.38 0.58 0.35 20.84 0.4 0.46
Hex A5 67 46 0 26 3A 23 15 28 2E
Octal 245 147 106 0 46 72 43 25 50 56
Binary 10100101 1100111 1000110 0 100110 111010 100011 10101 101000 101110

Color Harmonies of #A56746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56746

Black with #A56746

Text Example


Text Example

White with #A56746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56746; }

 p { color: rgb(165,103,70); }

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

background-color css

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

 a { background-color: rgb(165,103,70); }

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

border-color css

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

 span { border-color: rgb(165,103,70); }

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