Html Css Color HEX #A96342 Tuscany

📋 copy color: '#A96342'

red 169 ◦ green 99 ◦ blue 66

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

Shades of Tuscany #A96342

Tints of Tuscany #A96342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.64%

 BLUE value IS 66 (26.17% from 255) = 19.76%

R = 50.6%
G = 29.64%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A96342 (or 0xA96342) is known color: Tuscany. HEX triplet: A9, 63 and 42. RGB value is (169,99,66). Sum of RGB (Red+Green+Blue) = 169+99+66=334 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.60% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 169 - color contains mainly: red. Hex color #A96342 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A96342 is #569CBD. Grayscale: #747474. Windows color (decimal): -5676222 or 4350889. OLE color: 4350889.

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

Color convert

RGB 169 99 66 -
CMYK 0 0.41 0.61 0.34
HSL 19.22º 0.44% 0.46% -
HSV(B) 19.22º 0.61% 0.66% -
XYZ 21.81 17.75 7.43 -
YUV 116.17 99.69 165.68 -
System Red Green Blue C M Y K H S L
Decimal 169 99 66 0 0.41 0.61 0.34 19.22 0.44 0.46
Hex A9 63 42 0 29 3D 22 13 2C 2E
Octal 251 143 102 0 51 75 42 23 54 56
Binary 10101001 1100011 1000010 0 101001 111101 100010 10011 101100 101110

Color Harmonies of #A96342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A96342

Black with #A96342

Text Example


Text Example

White with #A96342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A96342; }

 p { color: rgb(169,99,66); }

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

background-color css

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

 a { background-color: rgb(169,99,66); }

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

border-color css

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

 span { border-color: rgb(169,99,66); }

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