Html Css Color HEX #A96145 Tuscany

📋 copy color: '#A96145'

red 169 ◦ green 97 ◦ blue 69

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

Shades of Tuscany #A96145

Tints of Tuscany #A96145

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

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

R = 50.45%
G = 28.96%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.34

RGB Variations

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

Color information

#A96145 (or 0xA96145) is known color: Tuscany. HEX triplet: A9, 61 and 45. RGB value is (169,97,69). Sum of RGB (Red+Green+Blue) = 169+97+69=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A96145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96145 is #569EBA. Grayscale: #737373. Windows color (decimal): -5676731 or 4546985. OLE color: 4546985.

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

Color convert

RGB 169 97 69 -
CMYK 0 0.43 0.59 0.34
HSL 16.8º 0.42% 0.47% -
HSV(B) 16.8º 0.59% 0.66% -
XYZ 21.71 17.41 7.85 -
YUV 115.34 101.85 166.28 -
System Red Green Blue C M Y K H S L
Decimal 169 97 69 0 0.43 0.59 0.34 16.8 0.42 0.47
Hex A9 61 45 0 2B 3B 22 11 2A 2F
Octal 251 141 105 0 53 73 42 21 52 57
Binary 10101001 1100001 1000101 0 101011 111011 100010 10001 101010 101111

Color Harmonies of #A96145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96145

Black with #A96145

Text Example


Text Example

White with #A96145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96145; }

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

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

background-color css

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

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

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

border-color css

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

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

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