Html Css Color HEX #A96643 Tuscany

📋 copy color: '#A96643'

red 169 ◦ green 102 ◦ blue 67

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

Shades of Tuscany #A96643

Tints of Tuscany #A96643

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.18%

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

R = 50%
G = 30.18%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A96643 (or 0xA96643) is known color: Tuscany. HEX triplet: A9, 66 and 43. RGB value is (169,102,67). Sum of RGB (Red+Green+Blue) = 169+102+67=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96643 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96643 is #5699BC. Grayscale: #767676. Windows color (decimal): -5675453 or 4417193. OLE color: 4417193.

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

Color convert

RGB 169 102 67 -
CMYK 0 0.40 0.60 0.34
HSL 20.59º 0.43% 0.46% -
HSV(B) 20.59º 0.6% 0.66% -
XYZ 22.13 18.34 7.68 -
YUV 118.04 99.2 164.35 -
System Red Green Blue C M Y K H S L
Decimal 169 102 67 0 0.40 0.60 0.34 20.59 0.43 0.46
Hex A9 66 43 0 28 3C 22 15 2B 2E
Octal 251 146 103 0 50 74 42 25 53 56
Binary 10101001 1100110 1000011 0 101000 111100 100010 10101 101011 101110

Color Harmonies of #A96643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96643

Black with #A96643

Text Example


Text Example

White with #A96643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96643; }

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

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

background-color css

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

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

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

border-color css

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

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

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