Html Css Color HEX #A76540 Tuscany

📋 copy color: '#A76540'

red 167 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #A76540

Tints of Tuscany #A76540

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.42%

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

R = 50.3%
G = 30.42%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A76540 (or 0xA76540) is known color: Tuscany. HEX triplet: A7, 65 and 40. RGB value is (167,101,64). Sum of RGB (Red+Green+Blue) = 167+101+64=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A76540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A76540 is #589ABF. Grayscale: #747474. Windows color (decimal): -5806784 or 4220327. OLE color: 4220327.

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

Color convert

RGB 167 101 64 -
CMYK 0 0.40 0.62 0.35
HSL 21.55º 0.45% 0.45% -
HSV(B) 21.55º 0.62% 0.65% -
XYZ 21.52 17.89 7.17 -
YUV 116.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 167 101 64 0 0.40 0.62 0.35 21.55 0.45 0.45
Hex A7 65 40 0 28 3E 23 16 2D 2D
Octal 247 145 100 0 50 76 43 26 55 55
Binary 10100111 1100101 1000000 0 101000 111110 100011 10110 101101 101101

Color Harmonies of #A76540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A76540

Black with #A76540

Text Example


Text Example

White with #A76540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A76540; }

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

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

background-color css

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

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

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

border-color css

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

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

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