Html Css Color HEX #A86041 Tuscany

📋 copy color: '#A86041'

red 168 ◦ green 96 ◦ blue 65

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

Shades of Tuscany #A86041

Tints of Tuscany #A86041

RGB

 RED value IS 168 (66.02% from 255) = 51.06%

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

 BLUE value IS 65 (25.78% from 255) = 19.76%

R = 51.06%
G = 29.18%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86041 (or 0xA86041) is known color: Tuscany. HEX triplet: A8, 60 and 41. RGB value is (168,96,65). Sum of RGB (Red+Green+Blue) = 168+96+65=329 (43% of max value = 765). Red value is 168 (66.02% from 255 or 51.06% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 168 - color contains mainly: red. Hex color #A86041 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86041 is #579FBE. Grayscale: #727272. Windows color (decimal): -5742527 or 4284584. OLE color: 4284584.

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

Color convert

RGB 168 96 65 -
CMYK 0 0.43 0.61 0.34
HSL 18.06º 0.44% 0.46% -
HSV(B) 18.06º 0.61% 0.66% -
XYZ 21.29 17.07 7.17 -
YUV 113.99 100.35 166.52 -
System Red Green Blue C M Y K H S L
Decimal 168 96 65 0 0.43 0.61 0.34 18.06 0.44 0.46
Hex A8 60 41 0 2B 3D 22 12 2C 2E
Octal 250 140 101 0 53 75 42 22 54 56
Binary 10101000 1100000 1000001 0 101011 111101 100010 10010 101100 101110

Color Harmonies of #A86041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86041

Black with #A86041

Text Example


Text Example

White with #A86041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86041; }

 p { color: rgb(168,96,65); }

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

background-color css

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

 a { background-color: rgb(168,96,65); }

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

border-color css

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

 span { border-color: rgb(168,96,65); }

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