Html Css Color HEX #A76241 Tuscany

📋 copy color: '#A76241'

red 167 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #A76241

Tints of Tuscany #A76241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

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

R = 50.61%
G = 29.7%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A76241 (or 0xA76241) is known color: Tuscany. HEX triplet: A7, 62 and 41. RGB value is (167,98,65). Sum of RGB (Red+Green+Blue) = 167+98+65=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 65 (25.78% from 255 or 19.70% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A76241 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76241 is #589DBE. Grayscale: #737373. Windows color (decimal): -5807551 or 4285095. OLE color: 4285095.

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

Color convert

RGB 167 98 65 -
CMYK 0 0.41 0.61 0.35
HSL 19.41º 0.44% 0.45% -
HSV(B) 19.41º 0.61% 0.65% -
XYZ 21.26 17.33 7.23 -
YUV 114.87 99.86 165.18 -
System Red Green Blue C M Y K H S L
Decimal 167 98 65 0 0.41 0.61 0.35 19.41 0.44 0.45
Hex A7 62 41 0 29 3D 23 13 2C 2D
Octal 247 142 101 0 51 75 43 23 54 55
Binary 10100111 1100010 1000001 0 101001 111101 100011 10011 101100 101101

Color Harmonies of #A76241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76241

Black with #A76241

Text Example


Text Example

White with #A76241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76241; }

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

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

background-color css

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

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

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

border-color css

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

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

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