Html Css Color HEX #A96047 Tuscany

📋 copy color: '#A96047'

red 169 ◦ green 96 ◦ blue 71

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

Shades of Tuscany #A96047

Tints of Tuscany #A96047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

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

R = 50.3%
G = 28.57%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A96047 (or 0xA96047) is known color: Tuscany. HEX triplet: A9, 60 and 47. RGB value is (169,96,71). Sum of RGB (Red+Green+Blue) = 169+96+71=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A96047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96047 is #569FB8. Grayscale: #737373. Windows color (decimal): -5676985 or 4677801. OLE color: 4677801.

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

Color convert

RGB 169 96 71 -
CMYK 0 0.43 0.58 0.34
HSL 15.31º 0.41% 0.47% -
HSV(B) 15.31º 0.58% 0.66% -
XYZ 21.68 17.26 8.15 -
YUV 114.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 169 96 71 0 0.43 0.58 0.34 15.31 0.41 0.47
Hex A9 60 47 0 2B 3A 22 F 29 2F
Octal 251 140 107 0 53 72 42 17 51 57
Binary 10101001 1100000 1000111 0 101011 111010 100010 1111 101001 101111

Color Harmonies of #A96047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96047

Black with #A96047

Text Example


Text Example

White with #A96047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96047; }

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

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

background-color css

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

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

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

border-color css

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

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

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