Html Css Color HEX #A96346 Tuscany

📋 copy color: '#A96346'

red 169 ◦ green 99 ◦ blue 70

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

Shades of Tuscany #A96346

Tints of Tuscany #A96346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

 BLUE value IS 70 (27.73% from 255) = 20.71%

R = 50%
G = 29.29%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A96346 (or 0xA96346) is known color: Tuscany. HEX triplet: A9, 63 and 46. RGB value is (169,99,70). Sum of RGB (Red+Green+Blue) = 169+99+70=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 70 (27.73% from 255 or 20.71% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96346 is #569CB9. Grayscale: #747474. Windows color (decimal): -5676218 or 4613033. OLE color: 4613033.

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

Color convert

RGB 169 99 70 -
CMYK 0 0.41 0.59 0.34
HSL 17.58º 0.41% 0.47% -
HSV(B) 17.58º 0.59% 0.66% -
XYZ 21.93 17.8 8.07 -
YUV 116.62 101.69 165.36 -
System Red Green Blue C M Y K H S L
Decimal 169 99 70 0 0.41 0.59 0.34 17.58 0.41 0.47
Hex A9 63 46 0 29 3B 22 12 29 2F
Octal 251 143 106 0 51 73 42 22 51 57
Binary 10101001 1100011 1000110 0 101001 111011 100010 10010 101001 101111

Color Harmonies of #A96346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96346

Black with #A96346

Text Example


Text Example

White with #A96346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96346; }

 p { color: rgb(169,99,70); }

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

background-color css

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

 a { background-color: rgb(169,99,70); }

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

border-color css

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

 span { border-color: rgb(169,99,70); }

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