Html Css Color HEX #A96240 Tuscany

📋 copy color: '#A96240'

red 169 ◦ green 98 ◦ blue 64

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

Shades of Tuscany #A96240

Tints of Tuscany #A96240

RGB

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

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

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

R = 51.06%
G = 29.61%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96240 (or 0xA96240) is known color: Tuscany. HEX triplet: A9, 62 and 40. RGB value is (169,98,64). Sum of RGB (Red+Green+Blue) = 169+98+64=331 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.06% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 64 (25.39% from 255 or 19.34% from 331); Max value from RGB is 169 - color contains mainly: red. Hex color #A96240 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96240 is #569DBF. Grayscale: #737373. Windows color (decimal): -5676480 or 4219561. OLE color: 4219561.

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

Color convert

RGB 169 98 64 -
CMYK 0 0.42 0.62 0.34
HSL 19.43º 0.45% 0.46% -
HSV(B) 19.43º 0.62% 0.66% -
XYZ 21.66 17.54 7.09 -
YUV 115.35 99.02 166.26 -
System Red Green Blue C M Y K H S L
Decimal 169 98 64 0 0.42 0.62 0.34 19.43 0.45 0.46
Hex A9 62 40 0 2A 3E 22 13 2D 2E
Octal 251 142 100 0 52 76 42 23 55 56
Binary 10101001 1100010 1000000 0 101010 111110 100010 10011 101101 101110

Color Harmonies of #A96240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96240

Black with #A96240

Text Example


Text Example

White with #A96240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96240; }

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

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

background-color css

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

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

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

border-color css

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

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

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