Html Css Color HEX #A96247 Tuscany

📋 copy color: '#A96247'

red 169 ◦ green 98 ◦ blue 71

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

Shades of Tuscany #A96247

Tints of Tuscany #A96247

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

 BLUE value IS 71 (28.13% from 255) = 21.01%

R = 50%
G = 28.99%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A96247 (or 0xA96247) is known color: Tuscany. HEX triplet: A9, 62 and 47. RGB value is (169,98,71). Sum of RGB (Red+Green+Blue) = 169+98+71=338 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 71 (28.12% from 255 or 21.01% from 338); Max value from RGB is 169 - color contains mainly: red. Hex color #A96247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96247 is #569DB8. Grayscale: #747474. Windows color (decimal): -5676473 or 4678313. OLE color: 4678313.

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

Color convert

RGB 169 98 71 -
CMYK 0 0.42 0.58 0.34
HSL 16.53º 0.41% 0.47% -
HSV(B) 16.53º 0.58% 0.66% -
XYZ 21.87 17.63 8.21 -
YUV 116.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 169 98 71 0 0.42 0.58 0.34 16.53 0.41 0.47
Hex A9 62 47 0 2A 3A 22 11 29 2F
Octal 251 142 107 0 52 72 42 21 51 57
Binary 10101001 1100010 1000111 0 101010 111010 100010 10001 101001 101111

Color Harmonies of #A96247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96247

Black with #A96247

Text Example


Text Example

White with #A96247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96247; }

 p { color: rgb(169,98,71); }

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

background-color css

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

 a { background-color: rgb(169,98,71); }

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

border-color css

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

 span { border-color: rgb(169,98,71); }

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