Html Css Color HEX #A76141 Tuscany

📋 copy color: '#A76141'

red 167 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #A76141

Tints of Tuscany #A76141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 50.76%
G = 29.48%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A76141 (or 0xA76141) is known color: Tuscany. HEX triplet: A7, 61 and 41. RGB value is (167,97,65). Sum of RGB (Red+Green+Blue) = 167+97+65=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A76141 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76141 is #589EBE. Grayscale: #727272. Windows color (decimal): -5807807 or 4284839. OLE color: 4284839.

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

Color convert

RGB 167 97 65 -
CMYK 0 0.42 0.61 0.35
HSL 18.82º 0.44% 0.45% -
HSV(B) 18.82º 0.61% 0.65% -
XYZ 21.17 17.15 7.2 -
YUV 114.28 100.19 165.6 -
System Red Green Blue C M Y K H S L
Decimal 167 97 65 0 0.42 0.61 0.35 18.82 0.44 0.45
Hex A7 61 41 0 2A 3D 23 13 2C 2D
Octal 247 141 101 0 52 75 43 23 54 55
Binary 10100111 1100001 1000001 0 101010 111101 100011 10011 101100 101101

Color Harmonies of #A76141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76141

Black with #A76141

Text Example


Text Example

White with #A76141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76141; }

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

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

background-color css

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

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

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

border-color css

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

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

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