Html Css Color HEX #A86246 Tuscany

📋 copy color: '#A86246'

red 168 ◦ green 98 ◦ blue 70

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

Shades of Tuscany #A86246

Tints of Tuscany #A86246

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.17%

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

R = 50%
G = 29.17%
B = 20.83%

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

#A86246 (or 0xA86246) is known color: Tuscany. HEX triplet: A8, 62 and 46. RGB value is (168,98,70). Sum of RGB (Red+Green+Blue) = 168+98+70=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 70 (27.73% from 255 or 20.83% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A86246 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86246 is #579DB9. Grayscale: #737373. Windows color (decimal): -5742010 or 4612776. OLE color: 4612776.

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

Color convert

RGB 168 98 70 -
CMYK 0 0.42 0.58 0.34
HSL 17.14º 0.41% 0.47% -
HSV(B) 17.14º 0.58% 0.66% -
XYZ 21.62 17.5 8.03 -
YUV 115.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 168 98 70 0 0.42 0.58 0.34 17.14 0.41 0.47
Hex A8 62 46 0 2A 3A 22 11 29 2F
Octal 250 142 106 0 52 72 42 21 51 57
Binary 10101000 1100010 1000110 0 101010 111010 100010 10001 101001 101111

Color Harmonies of #A86246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86246

Black with #A86246

Text Example


Text Example

White with #A86246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86246; }

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

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

background-color css

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

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

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

border-color css

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

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

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