Html Css Color HEX #A86647 Tuscany

📋 copy color: '#A86647'

red 168 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #A86647

Tints of Tuscany #A86647

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 20.82%

R = 49.27%
G = 29.91%
B = 20.82%

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

#A86647 (or 0xA86647) is known color: Tuscany. HEX triplet: A8, 66 and 47. RGB value is (168,102,71). Sum of RGB (Red+Green+Blue) = 168+102+71=341 (45% of max value = 765). Red value is 168 (66.02% from 255 or 49.27% from 341); Green value is 102 (40.23% from 255 or 29.91% from 341); Blue value is 71 (28.12% from 255 or 20.82% from 341); Max value from RGB is 168 - color contains mainly: red. Hex color #A86647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86647 is #5799B8. Grayscale: #767676. Windows color (decimal): -5740985 or 4679336. OLE color: 4679336.

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

Color convert

RGB 168 102 71 -
CMYK 0 0.39 0.58 0.34
HSL 19.18º 0.41% 0.47% -
HSV(B) 19.18º 0.58% 0.66% -
XYZ 22.04 18.28 8.33 -
YUV 118.2 101.37 163.52 -
System Red Green Blue C M Y K H S L
Decimal 168 102 71 0 0.39 0.58 0.34 19.18 0.41 0.47
Hex A8 66 47 0 27 3A 22 13 29 2F
Octal 250 146 107 0 47 72 42 23 51 57
Binary 10101000 1100110 1000111 0 100111 111010 100010 10011 101001 101111

Color Harmonies of #A86647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86647

Black with #A86647

Text Example


Text Example

White with #A86647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86647; }

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

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

background-color css

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

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

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

border-color css

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

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

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