Html Css Color HEX #A86443 Tuscany

📋 copy color: '#A86443'

red 168 ◦ green 100 ◦ blue 67

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

Shades of Tuscany #A86443

Tints of Tuscany #A86443

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.85%

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

R = 50.15%
G = 29.85%
B = 20%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.34

RGB Variations

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

Color information

#A86443 (or 0xA86443) is known color: Tuscany. HEX triplet: A8, 64 and 43. RGB value is (168,100,67). Sum of RGB (Red+Green+Blue) = 168+100+67=335 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.15% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 168 - color contains mainly: red. Hex color #A86443 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86443 is #579BBC. Grayscale: #747474. Windows color (decimal): -5741501 or 4416680. OLE color: 4416680.

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

Color convert

RGB 168 100 67 -
CMYK 0 0.40 0.60 0.34
HSL 19.6º 0.43% 0.46% -
HSV(B) 19.6º 0.6% 0.66% -
XYZ 21.72 17.84 7.61 -
YUV 116.57 100.03 164.68 -
System Red Green Blue C M Y K H S L
Decimal 168 100 67 0 0.40 0.60 0.34 19.6 0.43 0.46
Hex A8 64 43 0 28 3C 22 14 2B 2E
Octal 250 144 103 0 50 74 42 24 53 56
Binary 10101000 1100100 1000011 0 101000 111100 100010 10100 101011 101110

Color Harmonies of #A86443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86443

Black with #A86443

Text Example


Text Example

White with #A86443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86443; }

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

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

background-color css

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

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

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

border-color css

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

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

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