Html Css Color HEX #A96143 Tuscany

📋 copy color: '#A96143'

red 169 ◦ green 97 ◦ blue 67

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

Shades of Tuscany #A96143

Tints of Tuscany #A96143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.12%

R = 50.75%
G = 29.13%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A96143 (or 0xA96143) is known color: Tuscany. HEX triplet: A9, 61 and 43. RGB value is (169,97,67). Sum of RGB (Red+Green+Blue) = 169+97+67=333 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.75% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 67 (26.56% from 255 or 20.12% from 333); Max value from RGB is 169 - color contains mainly: red. Hex color #A96143 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96143 is #569EBC. Grayscale: #737373. Windows color (decimal): -5676733 or 4415913. OLE color: 4415913.

HSL color Cylindrical-coordinate representation of color #A96143: hue angle of 17.65º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A96143 is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 97 67 -
CMYK 0 0.43 0.60 0.34
HSL 17.65º 0.43% 0.46% -
HSV(B) 17.65º 0.6% 0.66% -
XYZ 21.65 17.39 7.53 -
YUV 115.11 100.85 166.44 -
System Red Green Blue C M Y K H S L
Decimal 169 97 67 0 0.43 0.60 0.34 17.65 0.43 0.46
Hex A9 61 43 0 2B 3C 22 12 2B 2E
Octal 251 141 103 0 53 74 42 22 53 56
Binary 10101001 1100001 1000011 0 101011 111100 100010 10010 101011 101110

Color Harmonies of #A96143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96143

Black with #A96143

Text Example


Text Example

White with #A96143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96143; }

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

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

background-color css

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

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

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

border-color css

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

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

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