Html Css Color HEX #A76146 Tuscany

📋 copy color: '#A76146'

red 167 ◦ green 97 ◦ blue 70

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

Shades of Tuscany #A76146

Tints of Tuscany #A76146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.04%

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

R = 50%
G = 29.04%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A76146 (or 0xA76146) is known color: Tuscany. HEX triplet: A7, 61 and 46. RGB value is (167,97,70). Sum of RGB (Red+Green+Blue) = 167+97+70=334 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 70 (27.73% from 255 or 20.96% from 334); Max value from RGB is 167 - color contains mainly: red. Hex color #A76146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76146 is #589EB9. Grayscale: #737373. Windows color (decimal): -5807802 or 4612519. OLE color: 4612519.

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

Color convert

RGB 167 97 70 -
CMYK 0 0.42 0.58 0.35
HSL 16.7º 0.41% 0.46% -
HSV(B) 16.7º 0.58% 0.65% -
XYZ 21.32 17.21 7.99 -
YUV 114.85 102.69 165.2 -
System Red Green Blue C M Y K H S L
Decimal 167 97 70 0 0.42 0.58 0.35 16.7 0.41 0.46
Hex A7 61 46 0 2A 3A 23 11 29 2E
Octal 247 141 106 0 52 72 43 21 51 56
Binary 10100111 1100001 1000110 0 101010 111010 100011 10001 101001 101110

Color Harmonies of #A76146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76146

Black with #A76146

Text Example


Text Example

White with #A76146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76146; }

 p { color: rgb(167,97,70); }

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

background-color css

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

 a { background-color: rgb(167,97,70); }

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

border-color css

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

 span { border-color: rgb(167,97,70); }

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