Html Css Color HEX #A76745 Tuscany

📋 copy color: '#A76745'

red 167 ◦ green 103 ◦ blue 69

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

Shades of Tuscany #A76745

Tints of Tuscany #A76745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.35%

R = 49.26%
G = 30.38%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A76745 (or 0xA76745) is known color: Tuscany. HEX triplet: A7, 67 and 45. RGB value is (167,103,69). Sum of RGB (Red+Green+Blue) = 167+103+69=339 (44% of max value = 765). Red value is 167 (65.62% from 255 or 49.26% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 69 (27.34% from 255 or 20.35% from 339); Max value from RGB is 167 - color contains mainly: red. Hex color #A76745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76745 is #5898BA. Grayscale: #767676. Windows color (decimal): -5806267 or 4548519. OLE color: 4548519.

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

Color convert

RGB 167 103 69 -
CMYK 0 0.38 0.59 0.35
HSL 20.82º 0.42% 0.46% -
HSV(B) 20.82º 0.59% 0.65% -
XYZ 21.86 18.35 8.02 -
YUV 118.26 100.2 162.76 -
System Red Green Blue C M Y K H S L
Decimal 167 103 69 0 0.38 0.59 0.35 20.82 0.42 0.46
Hex A7 67 45 0 26 3B 23 15 2A 2E
Octal 247 147 105 0 46 73 43 25 52 56
Binary 10100111 1100111 1000101 0 100110 111011 100011 10101 101010 101110

Color Harmonies of #A76745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76745

Black with #A76745

Text Example


Text Example

White with #A76745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76745; }

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

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

background-color css

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

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

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

border-color css

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

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

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