Html Css Color HEX #A76149 Tuscany

📋 copy color: '#A76149'

red 167 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #A76149

Tints of Tuscany #A76149

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.66%

R = 49.55%
G = 28.78%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A76149 (or 0xA76149) is known color: Tuscany. HEX triplet: A7, 61 and 49. RGB value is (167,97,73). Sum of RGB (Red+Green+Blue) = 167+97+73=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 73 (28.91% from 255 or 21.66% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76149 is #589EB6. Grayscale: #737373. Windows color (decimal): -5807799 or 4809127. OLE color: 4809127.

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

Color convert

RGB 167 97 73 -
CMYK 0 0.42 0.56 0.35
HSL 15.32º 0.39% 0.47% -
HSV(B) 15.32º 0.56% 0.65% -
XYZ 21.41 17.25 8.5 -
YUV 115.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 167 97 73 0 0.42 0.56 0.35 15.32 0.39 0.47
Hex A7 61 49 0 2A 38 23 F 27 2F
Octal 247 141 111 0 52 70 43 17 47 57
Binary 10100111 1100001 1001001 0 101010 111000 100011 1111 100111 101111

Color Harmonies of #A76149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76149

Black with #A76149

Text Example


Text Example

White with #A76149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76149; }

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

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

background-color css

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

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

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

border-color css

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

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

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