Html Css Color HEX #A76340 Tuscany

📋 copy color: '#A76340'

red 167 ◦ green 99 ◦ blue 64

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

Shades of Tuscany #A76340

Tints of Tuscany #A76340

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30%

 BLUE value IS 64 (25.39% from 255) = 19.39%

R = 50.61%
G = 30%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76340 (or 0xA76340) is known color: Tuscany. HEX triplet: A7, 63 and 40. RGB value is (167,99,64). Sum of RGB (Red+Green+Blue) = 167+99+64=330 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.61% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 167 - color contains mainly: red. Hex color #A76340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76340 is #589CBF. Grayscale: #737373. Windows color (decimal): -5807296 or 4219815. OLE color: 4219815.

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

Color convert

RGB 167 99 64 -
CMYK 0 0.41 0.62 0.35
HSL 20.39º 0.45% 0.45% -
HSV(B) 20.39º 0.62% 0.65% -
XYZ 21.32 17.51 7.11 -
YUV 115.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 167 99 64 0 0.41 0.62 0.35 20.39 0.45 0.45
Hex A7 63 40 0 29 3E 23 14 2D 2D
Octal 247 143 100 0 51 76 43 24 55 55
Binary 10100111 1100011 1000000 0 101001 111110 100011 10100 101101 101101

Color Harmonies of #A76340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76340

Black with #A76340

Text Example


Text Example

White with #A76340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76340; }

 p { color: rgb(167,99,64); }

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

background-color css

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

 a { background-color: rgb(167,99,64); }

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

border-color css

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

 span { border-color: rgb(167,99,64); }

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