Html Css Color HEX #A96541 Tuscany

📋 copy color: '#A96541'

red 169 ◦ green 101 ◦ blue 65

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

Shades of Tuscany #A96541

Tints of Tuscany #A96541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.15%

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

R = 50.45%
G = 30.15%
B = 19.4%

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

#A96541 (or 0xA96541) is known color: Tuscany. HEX triplet: A9, 65 and 41. RGB value is (169,101,65). Sum of RGB (Red+Green+Blue) = 169+101+65=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 101 (39.84% from 255 or 30.15% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A96541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96541 is #569ABE. Grayscale: #757575. Windows color (decimal): -5675711 or 4285865. OLE color: 4285865.

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

Color convert

RGB 169 101 65 -
CMYK 0 0.40 0.62 0.34
HSL 20.77º 0.44% 0.46% -
HSV(B) 20.77º 0.62% 0.66% -
XYZ 21.97 18.12 7.34 -
YUV 117.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 169 101 65 0 0.40 0.62 0.34 20.77 0.44 0.46
Hex A9 65 41 0 28 3E 22 15 2C 2E
Octal 251 145 101 0 50 76 42 25 54 56
Binary 10101001 1100101 1000001 0 101000 111110 100010 10101 101100 101110

Color Harmonies of #A96541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96541

Black with #A96541

Text Example


Text Example

White with #A96541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96541; }

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

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

background-color css

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

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

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

border-color css

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

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

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