Html Css Color HEX #A96249 Tuscany

📋 copy color: '#A96249'

red 169 ◦ green 98 ◦ blue 73

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

Shades of Tuscany #A96249

Tints of Tuscany #A96249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 21.47%

R = 49.71%
G = 28.82%
B = 21.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A96249 (or 0xA96249) is known color: Tuscany. HEX triplet: A9, 62 and 49. RGB value is (169,98,73). Sum of RGB (Red+Green+Blue) = 169+98+73=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 73 (28.91% from 255 or 21.47% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96249 is #569DB6. Grayscale: #747474. Windows color (decimal): -5676471 or 4809385. OLE color: 4809385.

HSL color Cylindrical-coordinate representation of color #A96249: hue angle of 15.62º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A96249 is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 98 73 -
CMYK 0 0.42 0.57 0.34
HSL 15.63º 0.4% 0.47% -
HSV(B) 15.63º 0.57% 0.66% -
XYZ 21.93 17.65 8.55 -
YUV 116.38 103.52 165.53 -
System Red Green Blue C M Y K H S L
Decimal 169 98 73 0 0.42 0.57 0.34 15.63 0.4 0.47
Hex A9 62 49 0 2A 39 22 10 28 2F
Octal 251 142 111 0 52 71 42 20 50 57
Binary 10101001 1100010 1001001 0 101010 111001 100010 10000 101000 101111

Color Harmonies of #A96249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96249

Black with #A96249

Text Example


Text Example

White with #A96249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96249; }

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

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

background-color css

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

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

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

border-color css

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

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

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