Html Css Color HEX #A96040 Tuscany

📋 copy color: '#A96040'

red 169 ◦ green 96 ◦ blue 64

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

Shades of Tuscany #A96040

Tints of Tuscany #A96040

RGB

 RED value IS 169 (66.41% from 255) = 51.37%

 GREEN value IS 96 (37.89% from 255) = 29.18%

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

R = 51.37%
G = 29.18%
B = 19.45%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96040 (or 0xA96040) is known color: Tuscany. HEX triplet: A9, 60 and 40. RGB value is (169,96,64). Sum of RGB (Red+Green+Blue) = 169+96+64=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 64 (25.39% from 255 or 19.45% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A96040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96040 is #569FBF. Grayscale: #727272. Windows color (decimal): -5676992 or 4219049. OLE color: 4219049.

HSL color Cylindrical-coordinate representation of color #A96040: hue angle of 18.29º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A96040 is Cyan = 0, Magento = 0.43, Yellow = 0.62 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 96 64 -
CMYK 0 0.43 0.62 0.34
HSL 18.29º 0.45% 0.46% -
HSV(B) 18.29º 0.62% 0.66% -
XYZ 21.47 17.17 7.03 -
YUV 114.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 169 96 64 0 0.43 0.62 0.34 18.29 0.45 0.46
Hex A9 60 40 0 2B 3E 22 12 2D 2E
Octal 251 140 100 0 53 76 42 22 55 56
Binary 10101001 1100000 1000000 0 101011 111110 100010 10010 101101 101110

Color Harmonies of #A96040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96040

Black with #A96040

Text Example


Text Example

White with #A96040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96040; }

 p { color: rgb(169,96,64); }

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

background-color css

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

 a { background-color: rgb(169,96,64); }

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

border-color css

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

 span { border-color: rgb(169,96,64); }

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