Html Css Color HEX #A86146 Tuscany

📋 copy color: '#A86146'

red 168 ◦ green 97 ◦ blue 70

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

Shades of Tuscany #A86146

Tints of Tuscany #A86146

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.96%

 BLUE value IS 70 (27.73% from 255) = 20.9%

R = 50.15%
G = 28.96%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A86146 (or 0xA86146) is known color: Tuscany. HEX triplet: A8, 61 and 46. RGB value is (168,97,70). Sum of RGB (Red+Green+Blue) = 168+97+70=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 70 (27.73% from 255 or 20.90% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A86146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86146 is #579EB9. Grayscale: #737373. Windows color (decimal): -5742266 or 4612520. OLE color: 4612520.

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

Color convert

RGB 168 97 70 -
CMYK 0 0.42 0.58 0.34
HSL 16.53º 0.41% 0.47% -
HSV(B) 16.53º 0.58% 0.66% -
XYZ 21.53 17.32 8 -
YUV 115.15 102.52 165.7 -
System Red Green Blue C M Y K H S L
Decimal 168 97 70 0 0.42 0.58 0.34 16.53 0.41 0.47
Hex A8 61 46 0 2A 3A 22 11 29 2F
Octal 250 141 106 0 52 72 42 21 51 57
Binary 10101000 1100001 1000110 0 101010 111010 100010 10001 101001 101111

Color Harmonies of #A86146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86146

Black with #A86146

Text Example


Text Example

White with #A86146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86146; }

 p { color: rgb(168,97,70); }

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

background-color css

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

 a { background-color: rgb(168,97,70); }

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

border-color css

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

 span { border-color: rgb(168,97,70); }

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