Html Css Color HEX #A96045 Tuscany

📋 copy color: '#A96045'

red 169 ◦ green 96 ◦ blue 69

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

Shades of Tuscany #A96045

Tints of Tuscany #A96045

RGB

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

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

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

R = 50.6%
G = 28.74%
B = 20.66%

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

#A96045 (or 0xA96045) is known color: Tuscany. HEX triplet: A9, 60 and 45. RGB value is (169,96,69). Sum of RGB (Red+Green+Blue) = 169+96+69=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 69 (27.34% from 255 or 20.66% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A96045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96045 is #569FBA. Grayscale: #727272. Windows color (decimal): -5676987 or 4546729. OLE color: 4546729.

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

Color convert

RGB 169 96 69 -
CMYK 0 0.43 0.59 0.34
HSL 16.2º 0.42% 0.47% -
HSV(B) 16.2º 0.59% 0.66% -
XYZ 21.62 17.23 7.82 -
YUV 114.75 102.18 166.7 -
System Red Green Blue C M Y K H S L
Decimal 169 96 69 0 0.43 0.59 0.34 16.2 0.42 0.47
Hex A9 60 45 0 2B 3B 22 10 2A 2F
Octal 251 140 105 0 53 73 42 20 52 57
Binary 10101001 1100000 1000101 0 101011 111011 100010 10000 101010 101111

Color Harmonies of #A96045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96045

Black with #A96045

Text Example


Text Example

White with #A96045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96045; }

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

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

background-color css

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

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

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

border-color css

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

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

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