Html Css Color HEX #A46347 Tuscany

📋 copy color: '#A46347'

red 164 ◦ green 99 ◦ blue 71

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

Shades of Tuscany #A46347

Tints of Tuscany #A46347

RGB

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

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

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

R = 49.1%
G = 29.64%
B = 21.26%

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

#A46347 (or 0xA46347) is known color: Tuscany. HEX triplet: A4, 63 and 47. RGB value is (164,99,71). Sum of RGB (Red+Green+Blue) = 164+99+71=334 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.10% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 164 - color contains mainly: red. Hex color #A46347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46347 is #5B9CB8. Grayscale: #737373. Windows color (decimal): -6003897 or 4678564. OLE color: 4678564.

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

Color convert

RGB 164 99 71 -
CMYK 0 0.40 0.57 0.36
HSL 18.06º 0.4% 0.46% -
HSV(B) 18.06º 0.57% 0.64% -
XYZ 20.91 17.27 8.19 -
YUV 115.24 103.03 162.78 -
System Red Green Blue C M Y K H S L
Decimal 164 99 71 0 0.40 0.57 0.36 18.06 0.4 0.46
Hex A4 63 47 0 28 39 24 12 28 2E
Octal 244 143 107 0 50 71 44 22 50 56
Binary 10100100 1100011 1000111 0 101000 111001 100100 10010 101000 101110

Color Harmonies of #A46347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46347

Black with #A46347

Text Example


Text Example

White with #A46347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46347; }

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

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

background-color css

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

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

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

border-color css

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

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

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