Html Css Color HEX #A96540 Tuscany

📋 copy color: '#A96540'

red 169 ◦ green 101 ◦ blue 64

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

Shades of Tuscany #A96540

Tints of Tuscany #A96540

RGB

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

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

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

R = 50.6%
G = 30.24%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96540 (or 0xA96540) is known color: Tuscany. HEX triplet: A9, 65 and 40. RGB value is (169,101,64). Sum of RGB (Red+Green+Blue) = 169+101+64=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A96540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96540 is #569ABF. Grayscale: #757575. Windows color (decimal): -5675712 or 4220329. OLE color: 4220329.

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

Color convert

RGB 169 101 64 -
CMYK 0 0.40 0.62 0.34
HSL 21.14º 0.45% 0.46% -
HSV(B) 21.14º 0.62% 0.66% -
XYZ 21.94 18.11 7.19 -
YUV 117.11 98.03 165.01 -
System Red Green Blue C M Y K H S L
Decimal 169 101 64 0 0.40 0.62 0.34 21.14 0.45 0.46
Hex A9 65 40 0 28 3E 22 15 2D 2E
Octal 251 145 100 0 50 76 42 25 55 56
Binary 10101001 1100101 1000000 0 101000 111110 100010 10101 101101 101110

Color Harmonies of #A96540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96540

Black with #A96540

Text Example


Text Example

White with #A96540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96540; }

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

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

background-color css

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

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

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

border-color css

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

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

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