Html Css Color HEX #A86341 Tuscany

📋 copy color: '#A86341'

red 168 ◦ green 99 ◦ blue 65

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

Shades of Tuscany #A86341

Tints of Tuscany #A86341

RGB

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

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

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

R = 50.6%
G = 29.82%
B = 19.58%

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

#A86341 (or 0xA86341) is known color: Tuscany. HEX triplet: A8, 63 and 41. RGB value is (168,99,65). Sum of RGB (Red+Green+Blue) = 168+99+65=332 (43% of max value = 765). Red value is 168 (66.02% from 255 or 50.60% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 168 - color contains mainly: red. Hex color #A86341 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86341 is #579CBE. Grayscale: #737373. Windows color (decimal): -5741759 or 4285352. OLE color: 4285352.

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

Color convert

RGB 168 99 65 -
CMYK 0 0.41 0.61 0.34
HSL 19.81º 0.44% 0.46% -
HSV(B) 19.81º 0.61% 0.66% -
XYZ 21.56 17.63 7.27 -
YUV 115.76 99.36 165.26 -
System Red Green Blue C M Y K H S L
Decimal 168 99 65 0 0.41 0.61 0.34 19.81 0.44 0.46
Hex A8 63 41 0 29 3D 22 14 2C 2E
Octal 250 143 101 0 51 75 42 24 54 56
Binary 10101000 1100011 1000001 0 101001 111101 100010 10100 101100 101110

Color Harmonies of #A86341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86341

Black with #A86341

Text Example


Text Example

White with #A86341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86341; }

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

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

background-color css

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

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

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

border-color css

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

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

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