Html Css Color HEX #A96744 Tuscany

📋 copy color: '#A96744'

red 169 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #A96744

Tints of Tuscany #A96744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.29%

 BLUE value IS 68 (26.95% from 255) = 20%

R = 49.71%
G = 30.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A96744 (or 0xA96744) is known color: Tuscany. HEX triplet: A9, 67 and 44. RGB value is (169,103,68). Sum of RGB (Red+Green+Blue) = 169+103+68=340 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.71% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 68 (26.95% from 255 or 20% from 340); Max value from RGB is 169 - color contains mainly: red. Hex color #A96744 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96744 is #5698BB. Grayscale: #767676. Windows color (decimal): -5675196 or 4482985. OLE color: 4482985.

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

Color convert

RGB 169 103 68 -
CMYK 0 0.39 0.60 0.34
HSL 20.79º 0.43% 0.46% -
HSV(B) 20.79º 0.6% 0.66% -
XYZ 22.26 18.55 7.88 -
YUV 118.74 99.37 163.85 -
System Red Green Blue C M Y K H S L
Decimal 169 103 68 0 0.39 0.60 0.34 20.79 0.43 0.46
Hex A9 67 44 0 27 3C 22 15 2B 2E
Octal 251 147 104 0 47 74 42 25 53 56
Binary 10101001 1100111 1000100 0 100111 111100 100010 10101 101011 101110

Color Harmonies of #A96744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96744

Black with #A96744

Text Example


Text Example

White with #A96744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96744; }

 p { color: rgb(169,103,68); }

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

background-color css

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

 a { background-color: rgb(169,103,68); }

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

border-color css

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

 span { border-color: rgb(169,103,68); }

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