Html Css Color HEX #A96845 Tuscany

📋 copy color: '#A96845'

red 169 ◦ green 104 ◦ blue 69

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

Shades of Tuscany #A96845

Tints of Tuscany #A96845

RGB

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

 GREEN value IS 104 (41.02% from 255) = 30.41%

 BLUE value IS 69 (27.34% from 255) = 20.18%

R = 49.42%
G = 30.41%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A96845 (or 0xA96845) is known color: Tuscany. HEX triplet: A9, 68 and 45. RGB value is (169,104,69). Sum of RGB (Red+Green+Blue) = 169+104+69=342 (45% of max value = 765). Red value is 169 (66.41% from 255 or 49.42% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 69 (27.34% from 255 or 20.18% from 342); Max value from RGB is 169 - color contains mainly: red. Hex color #A96845 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96845 is #5697BA. Grayscale: #777777. Windows color (decimal): -5674939 or 4548777. OLE color: 4548777.

HSL color Cylindrical-coordinate representation of color #A96845: hue angle of 21º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A96845 is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 104 69 -
CMYK 0 0.38 0.59 0.34
HSL 21º 0.42% 0.47% -
HSV(B) 21º 0.59% 0.66% -
XYZ 22.39 18.77 8.07 -
YUV 119.45 99.53 163.35 -
System Red Green Blue C M Y K H S L
Decimal 169 104 69 0 0.38 0.59 0.34 21 0.42 0.47
Hex A9 68 45 0 26 3B 22 15 2A 2F
Octal 251 150 105 0 46 73 42 25 52 57
Binary 10101001 1101000 1000101 0 100110 111011 100010 10101 101010 101111

Color Harmonies of #A96845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96845

Black with #A96845

Text Example


Text Example

White with #A96845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96845; }

 p { color: rgb(169,104,69); }

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

background-color css

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

 a { background-color: rgb(169,104,69); }

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

border-color css

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

 span { border-color: rgb(169,104,69); }

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