Html Css Color HEX #A46346 Tuscany

📋 copy color: '#A46346'

red 164 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #A46346

Tints of Tuscany #A46346

RGB

 RED value IS 164 (64.45% from 255) = 49.25%

 GREEN value IS 99 (39.06% from 255) = 29.73%

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

R = 49.25%
G = 29.73%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46346 (or 0xA46346) is known color: Tuscany. HEX triplet: A4, 63 and 46. RGB value is (164,99,70). Sum of RGB (Red+Green+Blue) = 164+99+70=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46346 is #5B9CB9. Grayscale: #737373. Windows color (decimal): -6003898 or 4613028. OLE color: 4613028.

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

Color convert

RGB 164 99 70 -
CMYK 0 0.40 0.57 0.36
HSL 18.51º 0.4% 0.46% -
HSV(B) 18.51º 0.57% 0.64% -
XYZ 20.88 17.26 8.03 -
YUV 115.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 164 99 70 0 0.40 0.57 0.36 18.51 0.4 0.46
Hex A4 63 46 0 28 39 24 13 28 2E
Octal 244 143 106 0 50 71 44 23 50 56
Binary 10100100 1100011 1000110 0 101000 111001 100100 10011 101000 101110

Color Harmonies of #A46346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46346

Black with #A46346

Text Example


Text Example

White with #A46346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46346; }

 p { color: rgb(164,99,70); }

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

background-color css

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

 a { background-color: rgb(164,99,70); }

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

border-color css

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

 span { border-color: rgb(164,99,70); }

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