Html Css Color HEX #A76747 Tuscany

📋 copy color: '#A76747'

red 167 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #A76747

Tints of Tuscany #A76747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.21%

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 48.97%
G = 30.21%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A76747 (or 0xA76747) is known color: Tuscany. HEX triplet: A7, 67 and 47. RGB value is (167,103,71). Sum of RGB (Red+Green+Blue) = 167+103+71=341 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.97% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 167 - color contains mainly: red. Hex color #A76747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76747 is #5898B8. Grayscale: #767676. Windows color (decimal): -5806265 or 4679591. OLE color: 4679591.

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

Color convert

RGB 167 103 71 -
CMYK 0 0.38 0.57 0.35
HSL 20º 0.4% 0.47% -
HSV(B) 20º 0.57% 0.65% -
XYZ 21.92 18.37 8.35 -
YUV 118.49 101.2 162.6 -
System Red Green Blue C M Y K H S L
Decimal 167 103 71 0 0.38 0.57 0.35 20 0.4 0.47
Hex A7 67 47 0 26 39 23 14 28 2F
Octal 247 147 107 0 46 71 43 24 50 57
Binary 10100111 1100111 1000111 0 100110 111001 100011 10100 101000 101111

Color Harmonies of #A76747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76747

Black with #A76747

Text Example


Text Example

White with #A76747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76747; }

 p { color: rgb(167,103,71); }

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

background-color css

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

 a { background-color: rgb(167,103,71); }

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

border-color css

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

 span { border-color: rgb(167,103,71); }

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