Html Css Color HEX #A96641 Tuscany

📋 copy color: '#A96641'

red 169 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #A96641

Tints of Tuscany #A96641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 50.3%
G = 30.36%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.34

RGB Variations

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

Color information

#A96641 (or 0xA96641) is known color: Tuscany. HEX triplet: A9, 66 and 41. RGB value is (169,102,65). Sum of RGB (Red+Green+Blue) = 169+102+65=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A96641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96641 is #5699BE. Grayscale: #767676. Windows color (decimal): -5675455 or 4286121. OLE color: 4286121.

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

Color convert

RGB 169 102 65 -
CMYK 0 0.40 0.62 0.34
HSL 21.35º 0.44% 0.46% -
HSV(B) 21.35º 0.62% 0.66% -
XYZ 22.07 18.32 7.37 -
YUV 117.82 98.2 164.51 -
System Red Green Blue C M Y K H S L
Decimal 169 102 65 0 0.40 0.62 0.34 21.35 0.44 0.46
Hex A9 66 41 0 28 3E 22 15 2C 2E
Octal 251 146 101 0 50 76 42 25 54 56
Binary 10101001 1100110 1000001 0 101000 111110 100010 10101 101100 101110

Color Harmonies of #A96641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96641

Black with #A96641

Text Example


Text Example

White with #A96641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96641; }

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

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

background-color css

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

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

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

border-color css

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

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

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