Html Css Color HEX #A76845 Tuscany

📋 copy color: '#A76845'

red 167 ◦ green 104 ◦ blue 69

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

Shades of Tuscany #A76845

Tints of Tuscany #A76845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.59%

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

R = 49.12%
G = 30.59%
B = 20.29%

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

#A76845 (or 0xA76845) is known color: Tuscany. HEX triplet: A7, 68 and 45. RGB value is (167,104,69). Sum of RGB (Red+Green+Blue) = 167+104+69=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 69 (27.34% from 255 or 20.29% from 340); Max value from RGB is 167 - color contains mainly: red. Hex color #A76845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76845 is #5897BA. Grayscale: #777777. Windows color (decimal): -5806011 or 4548775. OLE color: 4548775.

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

Color convert

RGB 167 104 69 -
CMYK 0 0.38 0.59 0.35
HSL 21.43º 0.42% 0.46% -
HSV(B) 21.43º 0.59% 0.65% -
XYZ 21.96 18.55 8.05 -
YUV 118.85 99.87 162.35 -
System Red Green Blue C M Y K H S L
Decimal 167 104 69 0 0.38 0.59 0.35 21.43 0.42 0.46
Hex A7 68 45 0 26 3B 23 15 2A 2E
Octal 247 150 105 0 46 73 43 25 52 56
Binary 10100111 1101000 1000101 0 100110 111011 100011 10101 101010 101110

Color Harmonies of #A76845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76845

Black with #A76845

Text Example


Text Example

White with #A76845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76845; }

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

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

background-color css

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

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

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

border-color css

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

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

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