Html Css Color HEX #A46247 Tuscany

📋 copy color: '#A46247'

red 164 ◦ green 98 ◦ blue 71

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

Shades of Tuscany #A46247

Tints of Tuscany #A46247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

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

R = 49.25%
G = 29.43%
B = 21.32%

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

#A46247 (or 0xA46247) is known color: Tuscany. HEX triplet: A4, 62 and 47. RGB value is (164,98,71). Sum of RGB (Red+Green+Blue) = 164+98+71=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A46247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46247 is #5B9DB8. Grayscale: #727272. Windows color (decimal): -6004153 or 4678308. OLE color: 4678308.

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

Color convert

RGB 164 98 71 -
CMYK 0 0.40 0.57 0.36
HSL 17.42º 0.4% 0.46% -
HSV(B) 17.42º 0.57% 0.64% -
XYZ 20.81 17.08 8.16 -
YUV 114.66 103.37 163.2 -
System Red Green Blue C M Y K H S L
Decimal 164 98 71 0 0.40 0.57 0.36 17.42 0.4 0.46
Hex A4 62 47 0 28 39 24 11 28 2E
Octal 244 142 107 0 50 71 44 21 50 56
Binary 10100100 1100010 1000111 0 101000 111001 100100 10001 101000 101110

Color Harmonies of #A46247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46247

Black with #A46247

Text Example


Text Example

White with #A46247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46247; }

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

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

background-color css

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

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

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

border-color css

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

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

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