Html Css Color HEX #A76844 Tuscany

📋 copy color: '#A76844'

red 167 ◦ green 104 ◦ blue 68

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

Shades of Tuscany #A76844

Tints of Tuscany #A76844

RGB

 RED value IS 167 (65.63% from 255) = 49.26%

 GREEN value IS 104 (41.02% from 255) = 30.68%

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

R = 49.26%
G = 30.68%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A76844 (or 0xA76844) is known color: Tuscany. HEX triplet: A7, 68 and 44. RGB value is (167,104,68). Sum of RGB (Red+Green+Blue) = 167+104+68=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 104 (41.02% from 255 or 30.68% from 339); Blue value is 68 (26.95% from 255 or 20.06% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76844 is #5897BB. Grayscale: #767676. Windows color (decimal): -5806012 or 4483239. OLE color: 4483239.

HSL color Cylindrical-coordinate representation of color #A76844: hue angle of 21.82º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A76844 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 68 -
CMYK 0 0.38 0.59 0.35
HSL 21.82º 0.42% 0.46% -
HSV(B) 21.82º 0.59% 0.65% -
XYZ 21.93 18.53 7.89 -
YUV 118.73 99.37 162.43 -
System Red Green Blue C M Y K H S L
Decimal 167 104 68 0 0.38 0.59 0.35 21.82 0.42 0.46
Hex A7 68 44 0 26 3B 23 16 2A 2E
Octal 247 150 104 0 46 73 43 26 52 56
Binary 10100111 1101000 1000100 0 100110 111011 100011 10110 101010 101110

Color Harmonies of #A76844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76844

Black with #A76844

Text Example


Text Example

White with #A76844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76844; }

 p { color: rgb(167,104,68); }

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

background-color css

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

 a { background-color: rgb(167,104,68); }

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

border-color css

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

 span { border-color: rgb(167,104,68); }

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