Html Css Color HEX #A86743 Tuscany

📋 copy color: '#A86743'

red 168 ◦ green 103 ◦ blue 67

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

Shades of Tuscany #A86743

Tints of Tuscany #A86743

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

 BLUE value IS 67 (26.56% from 255) = 19.82%

R = 49.7%
G = 30.47%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A86743 (or 0xA86743) is known color: Tuscany. HEX triplet: A8, 67 and 43. RGB value is (168,103,67). Sum of RGB (Red+Green+Blue) = 168+103+67=338 (44% of max value = 765). Red value is 168 (66.02% from 255 or 49.70% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 168 - color contains mainly: red. Hex color #A86743 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86743 is #5798BC. Grayscale: #767676. Windows color (decimal): -5740733 or 4417448. OLE color: 4417448.

HSL color Cylindrical-coordinate representation of color #A86743: hue angle of 21.39º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A86743 is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 103 67 -
CMYK 0 0.39 0.60 0.34
HSL 21.39º 0.43% 0.46% -
HSV(B) 21.39º 0.6% 0.66% -
XYZ 22.01 18.43 7.71 -
YUV 118.33 99.03 163.43 -
System Red Green Blue C M Y K H S L
Decimal 168 103 67 0 0.39 0.60 0.34 21.39 0.43 0.46
Hex A8 67 43 0 27 3C 22 15 2B 2E
Octal 250 147 103 0 47 74 42 25 53 56
Binary 10101000 1100111 1000011 0 100111 111100 100010 10101 101011 101110

Color Harmonies of #A86743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86743

Black with #A86743

Text Example


Text Example

White with #A86743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86743; }

 p { color: rgb(168,103,67); }

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

background-color css

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

 a { background-color: rgb(168,103,67); }

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

border-color css

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

 span { border-color: rgb(168,103,67); }

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