Html Css Color HEX #A46546 Tuscany

📋 copy color: '#A46546'

red 164 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #A46546

Tints of Tuscany #A46546

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 48.96%
G = 30.15%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A46546 (or 0xA46546) is known color: Tuscany. HEX triplet: A4, 65 and 46. RGB value is (164,101,70). Sum of RGB (Red+Green+Blue) = 164+101+70=335 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.96% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 164 - color contains mainly: red. Hex color #A46546 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46546 is #5B9AB9. Grayscale: #747474. Windows color (decimal): -6003386 or 4613540. OLE color: 4613540.

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

Color convert

RGB 164 101 70 -
CMYK 0 0.38 0.57 0.36
HSL 19.79º 0.4% 0.46% -
HSV(B) 19.79º 0.57% 0.64% -
XYZ 21.07 17.64 8.09 -
YUV 116.3 101.87 162.02 -
System Red Green Blue C M Y K H S L
Decimal 164 101 70 0 0.38 0.57 0.36 19.79 0.4 0.46
Hex A4 65 46 0 26 39 24 14 28 2E
Octal 244 145 106 0 46 71 44 24 50 56
Binary 10100100 1100101 1000110 0 100110 111001 100100 10100 101000 101110

Color Harmonies of #A46546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46546

Black with #A46546

Text Example


Text Example

White with #A46546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46546; }

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

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

background-color css

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

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

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

border-color css

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

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

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