Html Css Color HEX #A86441 Tuscany

📋 copy color: '#A86441'

red 168 ◦ green 100 ◦ blue 65

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

Shades of Tuscany #A86441

Tints of Tuscany #A86441

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 50.45%
G = 30.03%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86441 (or 0xA86441) is known color: Tuscany. HEX triplet: A8, 64 and 41. RGB value is (168,100,65). Sum of RGB (Red+Green+Blue) = 168+100+65=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A86441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86441 is #579BBE. Grayscale: #747474. Windows color (decimal): -5741503 or 4285608. OLE color: 4285608.

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

Color convert

RGB 168 100 65 -
CMYK 0 0.40 0.61 0.34
HSL 20.39º 0.44% 0.46% -
HSV(B) 20.39º 0.61% 0.66% -
XYZ 21.66 17.82 7.3 -
YUV 116.34 99.03 164.85 -
System Red Green Blue C M Y K H S L
Decimal 168 100 65 0 0.40 0.61 0.34 20.39 0.44 0.46
Hex A8 64 41 0 28 3D 22 14 2C 2E
Octal 250 144 101 0 50 75 42 24 54 56
Binary 10101000 1100100 1000001 0 101000 111101 100010 10100 101100 101110

Color Harmonies of #A86441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86441

Black with #A86441

Text Example


Text Example

White with #A86441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86441; }

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

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

background-color css

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

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

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

border-color css

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

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

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