Html Css Color HEX #A76046 Tuscany

📋 copy color: '#A76046'

red 167 ◦ green 96 ◦ blue 70

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

Shades of Tuscany #A76046

Tints of Tuscany #A76046

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.83%

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

R = 50.15%
G = 28.83%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.35

RGB Variations

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

Color information

#A76046 (or 0xA76046) is known color: Tuscany. HEX triplet: A7, 60 and 46. RGB value is (167,96,70). Sum of RGB (Red+Green+Blue) = 167+96+70=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A76046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76046 is #589FB9. Grayscale: #727272. Windows color (decimal): -5808058 or 4612263. OLE color: 4612263.

HSL color Cylindrical-coordinate representation of color #A76046: hue angle of 16.08º 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 #A76046 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 96 70 -
CMYK 0 0.43 0.58 0.35
HSL 16.08º 0.41% 0.46% -
HSV(B) 16.08º 0.58% 0.65% -
XYZ 21.22 17.02 7.96 -
YUV 114.27 103.02 165.61 -
System Red Green Blue C M Y K H S L
Decimal 167 96 70 0 0.43 0.58 0.35 16.08 0.41 0.46
Hex A7 60 46 0 2B 3A 23 10 29 2E
Octal 247 140 106 0 53 72 43 20 51 56
Binary 10100111 1100000 1000110 0 101011 111010 100011 10000 101001 101110

Color Harmonies of #A76046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76046

Black with #A76046

Text Example


Text Example

White with #A76046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76046; }

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

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

background-color css

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

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

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

border-color css

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

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

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