Html Css Color HEX #A46444 Tuscany

📋 copy color: '#A46444'

red 164 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #A46444

Tints of Tuscany #A46444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.12%

 BLUE value IS 68 (26.95% from 255) = 20.48%

R = 49.4%
G = 30.12%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.59

 K value IS 0.36

RGB Variations

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

Color information

#A46444 (or 0xA46444) is known color: Tuscany. HEX triplet: A4, 64 and 44. RGB value is (164,100,68). Sum of RGB (Red+Green+Blue) = 164+100+68=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 68 (26.95% from 255 or 20.48% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A46444 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A46444 is #5B9BBB. Grayscale: #737373. Windows color (decimal): -6003644 or 4482212. OLE color: 4482212.

HSL color Cylindrical-coordinate representation of color #A46444: hue angle of 20º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A46444 is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 100 68 -
CMYK 0 0.39 0.59 0.36
HSL 20º 0.41% 0.45% -
HSV(B) 20º 0.59% 0.64% -
XYZ 20.91 17.42 7.73 -
YUV 115.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 164 100 68 0 0.39 0.59 0.36 20 0.41 0.45
Hex A4 64 44 0 27 3B 24 14 29 2D
Octal 244 144 104 0 47 73 44 24 51 55
Binary 10100100 1100100 1000100 0 100111 111011 100100 10100 101001 101101

Color Harmonies of #A46444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46444

Black with #A46444

Text Example


Text Example

White with #A46444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46444; }

 p { color: rgb(164,100,68); }

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

background-color css

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

 a { background-color: rgb(164,100,68); }

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

border-color css

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

 span { border-color: rgb(164,100,68); }

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