Html Css Color HEX #A86641 Tuscany

📋 copy color: '#A86641'

red 168 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #A86641

Tints of Tuscany #A86641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.45%

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

R = 50.15%
G = 30.45%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.34

RGB Variations

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

Color information

#A86641 (or 0xA86641) is known color: Tuscany. HEX triplet: A8, 66 and 41. RGB value is (168,102,65). Sum of RGB (Red+Green+Blue) = 168+102+65=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 102 (40.23% from 255 or 30.45% from 335); Blue value is 65 (25.78% from 255 or 19.40% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A86641 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86641 is #5799BE. Grayscale: #757575. Windows color (decimal): -5740991 or 4286120. OLE color: 4286120.

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

Color convert

RGB 168 102 65 -
CMYK 0 0.39 0.61 0.34
HSL 21.55º 0.44% 0.46% -
HSV(B) 21.55º 0.61% 0.66% -
XYZ 21.85 18.21 7.36 -
YUV 117.52 98.37 164.01 -
System Red Green Blue C M Y K H S L
Decimal 168 102 65 0 0.39 0.61 0.34 21.55 0.44 0.46
Hex A8 66 41 0 27 3D 22 16 2C 2E
Octal 250 146 101 0 47 75 42 26 54 56
Binary 10101000 1100110 1000001 0 100111 111101 100010 10110 101100 101110

Color Harmonies of #A86641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86641

Black with #A86641

Text Example


Text Example

White with #A86641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86641; }

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

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

background-color css

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

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

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

border-color css

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

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

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