Html Css Color HEX #A86646 Tuscany

📋 copy color: '#A86646'

red 168 ◦ green 102 ◦ blue 70

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

Shades of Tuscany #A86646

Tints of Tuscany #A86646

RGB

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

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

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

R = 49.41%
G = 30%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A86646 (or 0xA86646) is known color: Tuscany. HEX triplet: A8, 66 and 46. RGB value is (168,102,70). Sum of RGB (Red+Green+Blue) = 168+102+70=340 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.41% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 70 (27.73% from 255 or 20.59% from 340); Max value from RGB is 168 - color contains mainly: red. Hex color #A86646 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86646 is #5799B9. Grayscale: #767676. Windows color (decimal): -5740986 or 4613800. OLE color: 4613800.

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

Color convert

RGB 168 102 70 -
CMYK 0 0.39 0.58 0.34
HSL 19.59º 0.41% 0.47% -
HSV(B) 19.59º 0.58% 0.66% -
XYZ 22.01 18.27 8.16 -
YUV 118.09 100.87 163.6 -
System Red Green Blue C M Y K H S L
Decimal 168 102 70 0 0.39 0.58 0.34 19.59 0.41 0.47
Hex A8 66 46 0 27 3A 22 14 29 2F
Octal 250 146 106 0 47 72 42 24 51 57
Binary 10101000 1100110 1000110 0 100111 111010 100010 10100 101001 101111

Color Harmonies of #A86646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86646

Black with #A86646

Text Example


Text Example

White with #A86646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86646; }

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

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

background-color css

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

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

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

border-color css

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

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

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