Html Css Color HEX #A76743 Tuscany

📋 copy color: '#A76743'

red 167 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #A76743

Tints of Tuscany #A76743

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.88%

R = 49.55%
G = 30.56%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#A76743 (or 0xA76743) is known color: Tuscany. HEX triplet: A7, 67 and 43. RGB value is (167,103,67). Sum of RGB (Red+Green+Blue) = 167+103+67=337 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.55% from 337); Green value is 103 (40.62% from 255 or 30.56% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 167 - color contains mainly: red. Hex color #A76743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76743 is #5898BC. Grayscale: #767676. Windows color (decimal): -5806269 or 4417447. OLE color: 4417447.

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

Color convert

RGB 167 103 67 -
CMYK 0 0.38 0.60 0.35
HSL 21.6º 0.43% 0.46% -
HSV(B) 21.6º 0.6% 0.65% -
XYZ 21.8 18.32 7.7 -
YUV 118.03 99.2 162.93 -
System Red Green Blue C M Y K H S L
Decimal 167 103 67 0 0.38 0.60 0.35 21.6 0.43 0.46
Hex A7 67 43 0 26 3C 23 16 2B 2E
Octal 247 147 103 0 46 74 43 26 53 56
Binary 10100111 1100111 1000011 0 100110 111100 100011 10110 101011 101110

Color Harmonies of #A76743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76743

Black with #A76743

Text Example


Text Example

White with #A76743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76743; }

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

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

background-color css

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

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

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

border-color css

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

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

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