Html Css Color HEX #A76145 Tuscany

📋 copy color: '#A76145'

red 167 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #A76145

Tints of Tuscany #A76145

RGB

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

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

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

R = 50.15%
G = 29.13%
B = 20.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.35

RGB Variations

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

Color information

#A76145 (or 0xA76145) is known color: Tuscany. HEX triplet: A7, 61 and 45. RGB value is (167,97,69). Sum of RGB (Red+Green+Blue) = 167+97+69=333 (44% of max value = 765). Red value is 167 (65.62% from 255 or 50.15% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 69 (27.34% from 255 or 20.72% from 333); Max value from RGB is 167 - color contains mainly: red. Hex color #A76145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76145 is #589EBA. Grayscale: #727272. Windows color (decimal): -5807803 or 4546983. OLE color: 4546983.

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

Color convert

RGB 167 97 69 -
CMYK 0 0.42 0.59 0.35
HSL 17.14º 0.42% 0.46% -
HSV(B) 17.14º 0.59% 0.65% -
XYZ 21.29 17.19 7.83 -
YUV 114.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 167 97 69 0 0.42 0.59 0.35 17.14 0.42 0.46
Hex A7 61 45 0 2A 3B 23 11 2A 2E
Octal 247 141 105 0 52 73 43 21 52 56
Binary 10100111 1100001 1000101 0 101010 111011 100011 10001 101010 101110

Color Harmonies of #A76145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76145

Black with #A76145

Text Example


Text Example

White with #A76145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76145; }

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

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

background-color css

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

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

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

border-color css

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

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

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