Html Css Color HEX #A96149 Tuscany

📋 copy color: '#A96149'

red 169 ◦ green 97 ◦ blue 73

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

Shades of Tuscany #A96149

Tints of Tuscany #A96149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

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

R = 49.85%
G = 28.61%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.34

RGB Variations

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

Color information

#A96149 (or 0xA96149) is known color: Tuscany. HEX triplet: A9, 61 and 49. RGB value is (169,97,73). Sum of RGB (Red+Green+Blue) = 169+97+73=339 (44% of max value = 765). Red value is 169 (66.41% from 255 or 49.85% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 169 - color contains mainly: red. Hex color #A96149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96149 is #569EB6. Grayscale: #737373. Windows color (decimal): -5676727 or 4809129. OLE color: 4809129.

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

Color convert

RGB 169 97 73 -
CMYK 0 0.43 0.57 0.34
HSL 15º 0.4% 0.47% -
HSV(B) 15º 0.57% 0.66% -
XYZ 21.84 17.47 8.52 -
YUV 115.79 103.85 165.95 -
System Red Green Blue C M Y K H S L
Decimal 169 97 73 0 0.43 0.57 0.34 15 0.4 0.47
Hex A9 61 49 0 2B 39 22 F 28 2F
Octal 251 141 111 0 53 71 42 17 50 57
Binary 10101001 1100001 1001001 0 101011 111001 100010 1111 101000 101111

Color Harmonies of #A96149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96149

Black with #A96149

Text Example


Text Example

White with #A96149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96149; }

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

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

background-color css

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

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

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

border-color css

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

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

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